nscjfink Posted February 14, 2008 Share Posted February 14, 2008 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. Link to comment https://forums.phpfreaks.com/topic/91153-php-files-not-working-in-ie-get-directory-list-instead/ Share on other sites More sharing options...
powerspike Posted February 15, 2008 Share Posted February 15, 2008 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 Link to comment https://forums.phpfreaks.com/topic/91153-php-files-not-working-in-ie-get-directory-list-instead/#findComment-467373 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.