'Lo
I just completed the Windows installer for PHP4 on WS2003/IIS6.
Naturally, it doesn't work.
Whenever I try to HTTP GET a *.php file, IIS returns a "file not found".
Usually this is because IIS doesn't have the right MIME type for the *.php extension, so I added "php" to the global MIME list and matched it to "text/html"
But IIS still returns 404 errors.
Any ideas?