Jump to content

PHP files not working in IE. Get directory list instead


nscjfink

Recommended Posts

I am running Apache 2.0 & PHP 5.2.4 on Windows XP. 

 

On both Mozilla and IE, http://localhost/info.php (which just calls the phpinfo()), I see the expected PHP info.

 

For any other file, such as http://localhost/webTest2.php, everything works great on Mozilla. On IE, it takes me to the default page for Apache.

 

When I am working in a subdirectory (http://localhost/content/parts_order.php), again Mozilla is fine, but IE displays the directory listing for content.

 

Why does this occur and what do I need to change?

 

Any and all help is greatly appreciated.

Maybe check your settings in MSIE, there are different secutiry settings for local/intranet/internet, it could possibley be one of those settings that are effecting your testing / programming.

 

 

AddType application/x-httpd-php .php .phtml

 

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.