在httpd.conf文件中找到<IfModule dir_module>行,相关的代码如下:
打开/etc/httpd/conf.d/php.conf这个文件?如果已经在/etc/httpd/conf/httpd.conf中设置了:DirecotryIndex index.php<IfModule dir_module>DirectoryIndex index.html</IfModule> 修改成如下<IfModule dir_module> DirectoryIndex index.html如果还不成功的话DirectoryIndex index.php</IfModule>
就把/etc/httpd/conf.d/php.conf文件中的DirectoryIndex index.php,这一行删除,然后重启apache即可。
本文介绍如何在Apache服务器中配置默认首页,包括同时设置多个默认首页文件,并解释了如何避免重复设置的问题。
271

被折叠的 条评论
为什么被折叠?



