I'm having the same problem, same installation and everything. Basic html pages show up fine. If ya take a php page and change the extension to .htm, IIS can find it no problem; but if ya change the extension to .php, suddenly the file cant be found.
oddly enough, on winXP with IIS from the XP cd, same installation, I have no problems, php runs perfectly. www.airfox.net/test1.htm www.airfox.net/test1.php same file, just different extension ps.... no amount of bad language; and/or treats involving hammers, 11th floor windows or busses have any effect! -----Original Message----- From: news.php.net [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:09 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] PHP 5, IIS 6 ... no love. Ok, so I decided to go the easy route with PHP 5 and simply use the installer. Fresh installation of Win2K3, IIS works just fine, and I take the next step of running the PHP 5 installshield app. I updated the permissions as the installer recommends at the end of the installation. Everything appeared to be good. So I created a simple test script and it wouldn't run. I checked the permissions to make sure they matched those recommended by the installer -- no difference. I moved the php5ts.dll file over to \windows as suggested by the manual install -- no difference. I set the iusr_ account to have read and read/execute permissions on the PHP folder -- no difference. I fiddled with different settings in IIS -- no difference. Whenever I attempt to run a script via IE, it hits me with a standard 404, "file or directory cannot be found" error. Of course, I *KNOW* the files are there so that's not the issue. Suggestions?