Hi,
I've installed PHP in c:\php on an NT4 machine with IIS4.
I set the following variables in the php.ini file (which is in the c:\WINNT directory):
extension_dir = "c:\php"
document_root = "d:\inetpub\wwwroot"
cgi.force_redirect = 0
browscap = "c:\winnt\system32\inetsrv\browscap.ini"
I copied the php4ts.dll file to c:\winnt\system32.
I added .php as an application mapping with the path c:\php\php.exe.
I gave the I_USR_LOCALMACHINE full control of the c:\php directory (the drive uses NTFS).
Even so, PHP doesn't work. I get a "file not found" error when I try to display a PHP file in a browser from a client.
When I try to display a PHP file in a browser on the server, I get a blank page and when I look at the source, I don't see the PHP script. I see only the first half of an empty HTML page.
When I run php.exe -i, I get HTML code, no errors.
Can someone suggest what else I can do to get IIS to see PHP?
Thanks