Jump to content

unexpected outcome with localhost


Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/41427-unexpected-outcome-with-localhost/
Share on other sites

  • 2 weeks later...

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.