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
Post a Comment