The page that I'm trying to open exists. I never changed the default document in IIS. It is set to index.php and that file is present the in the root of the web page.
Main Topics
Browse All TopicsI need to upgrade my IIS6 weber server from PHP 5.2.9-1 to 5.3.0. As I'm sure you know, there is no ISAPI module for 5.3.0.
On my first attempt, I downloaded and installed FastCGI and then installed PHP 5.3.0, selecting the IIS FastCGI configuration method. After a quick restart to the IIS Admin service, I would get an error that would say that a module could not be found. I went into the Web Service Extensions in inetmgr and opened up the properties for the php extension. Sure enough, the PHP ISAPI module is listed there. Since is no longer existed on the hard drive, I was sure this was what was causing my problem. I removed that file from the list of required files, restarted IIS and got nothing more than a 404 error.
I removed 5.3.0 and reinstalled 5.2.9-1. I then followed the instructions found here:
http://learn.iis.net/page.
I was again met with the module not found error. I once again removed the references to the ISAPI modeul from the php extension in IIS and it was 404's again.
Help please!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Unfortunately I have been unable to get back to working on this until two nights ago. There had to be something wrong with my installation of IIS. I removed and reinstalled IIS, installed PHP 5.3.0, ran the fastcgi configuration script and configured IIS as suggested in the link I posted in my initial post. Everything works great.
Business Accounts
Answer for Membership
by: routinetPosted on 2009-08-15 at 22:05:47ID: 25107834
A 404 is page not found. Are you sure you are browsing to an existing page? If you are browsing to a directory, make sure you have a default document that exists, or have indexing turned on.