Solved
Install PHP on Windows 2003 IIs x64
Posted on 2009-03-30
Hi
This a simple question.
How to configure the PHP in the Windows 2003?? And a x64 server is an extra :)
To run this i know that i need to run
CSCRIPT ADSUTIL.VBS SET W3SVC/AppPools/Enable32bitAppOnWin64 1
But the issue here is run the php.
I have follow all the steps that i find in the Internet, but still i cant get this to work
I create a web extension with the php.exe file, and nothing. I have change the php.ini, and still cant get this to work
I have a server with this, then the server dead, now i create a new one and cant get the php to work.
After i change some settings, and create a file teste.php with:
<?php
// Show all information
phpinfo();
?>
and in the browser localhost/teste.php
I cant get nothing, no error, but still no information.
I am missing something, but i cant figure out what
Thank you
Jail