php - xampp, html files don't work in subfolders -


i have strange problem xampp. use: xampp 1.8.3 - windows 7 64bit

on localhost, can not open files .html in subfolders.

example:

localhost/folder/*.html = works. page opens

localhost/folder/subfolder/*.html = doesn't work. returns "object not found"

with *.php files no problem, work in folder. looked @ configuration file httpd.conf

<ifmodule dir_module> directoryindex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \                default.php default.pl default.cgi default.asp default.shtml default.html  default.htm \                home.php home.pl home.cgi home.asp home.shtml home.html home.htm </ifmodule> 

seems okay....


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -