I'm new to IIS, and PHP. I'm trying to learn PHP4 using the (old) book 'Beginning PHP4' by Choi, Kent, Lea, Prasad and Ullman.
I have installed PHP 4.3.8 on my system, Windows 2003 Enterprise Edition (IIS 6.0), and get no error messages or anything. I have followed the instructions from the php.net site installation guide/manual, in addition to the book, and can't see that I have done anything wrong or missed anything. I have configured IIS to use php4isapi.dll. I have set the Path variable and the PHPRC variables in Windows. PHP is registred as an ISAPI Filter in IIS.
When I try to open a .php page in my browser to test if it is working, I get an 404 error. - Even if I type 'localhost/phppage.php' directly.
Have I missed anything after all, or is there a problem with the IIS 6/PHP 4 mix?