Almak Posted March 5, 2009 Share Posted March 5, 2009 Hello All, I'm as green as they come in the PHP world. I have set up IIS6 successfully on a Windows 2003 server and have been able to pull up a webpage. I also installed PHP 5.2.8 and created a phpinfo.php page, placed it in wwwroot and was able to successfully see the info page. Then, I installed version 5.2.9 and the phpinfo page no longer showed up. I just received the following: The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -------------------------------------------------------------------------------- Please try the following: Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted. Click the Back button to try another link. HTTP Error 404 - File or directory not found. Internet Information Services (IIS) -------------------------------------------------------------------------------- Technical Information (for support personnel) Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404. Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages. I finally ended up totally removing PHP and then re-installing 5.2.9 again. I'm still getting the error above when I go to http://localhost/phpinfo.php. This is how the phpinfo file is set up: <?php phpinfo(); ?> It is saved with the .php ending. Anyone have any ideas as to what I can do to correct this? Thanks, Almak Quote Link to comment Share on other sites More sharing options...
Almak Posted March 6, 2009 Author Share Posted March 6, 2009 I found a "semi-solution" for this. I ended up uninstalling version 5.2.9, removed all instances of php.ini and rebooted. I then re-installed 5.2.8 and it was able to display the phpinfo.php page afterwards. I'll need to do some more research on the install process of 5.2.9. I did the same exact thing with both installs but apparently something is different. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.