KORPZ Posted March 6, 2007 Share Posted March 6, 2007 Hi there i have installed apache and php and everything seems to be correct, but when i type http://localhost/test.php in the browser it opens a page that says: Index of / test.php test1.php if i click on the test document it loads something for like a split second then opens dreamweaver and gives me the following message: "C:\Documents and Settings\KORPZ\Local Settings\Temporary Internet Files\Content.IE5\OTAVGL67\test[1].php was not found" I dont know why its even looking in there. What is the problem any help would be greatly appreciated Thanks Quote Link to comment https://forums.phpfreaks.com/topic/41427-unexpected-outcome-with-localhost/ Share on other sites More sharing options...
skali Posted March 15, 2007 Share Posted March 15, 2007 Rename you test.php file to index.php file in the roor of your application. Quote Link to comment https://forums.phpfreaks.com/topic/41427-unexpected-outcome-with-localhost/#findComment-207847 Share on other sites More sharing options...
Koobi Posted March 20, 2007 Share Posted March 20, 2007 it sounds like your apache installation doesn't recognize PHP. Probably due to the absence of the AddHandler or AddType directive in your apache2.conf/httpd.conf file. how are you sure that everything from your installation procedure is correct? Quote Link to comment https://forums.phpfreaks.com/topic/41427-unexpected-outcome-with-localhost/#findComment-211154 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.