xampp,html文件在子文件夹中不起作用

时间:2014-03-20 15:23:15

标签: php apache xampp

我对xampp有一个奇怪的问题。我用: xampp 1.8.3 - windows 7 64bit

在localhost上,我无法在子文件夹中打开文件.html。

示例:

localhost/folder/*.html =有效。页面打开

localhost/folder/subfolder/*.html =不起作用。返回“找不到对象”

使用* .php文件没问题,它们可以在任何文件夹中使用。我查看了配置文件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>

好像......

0 个答案:

没有答案