在httpd.conf文件中
<IfModule dir_module>
DirectoryIndex index.html index.php index.jsp
</IfModule>
添加默认的页面比如index.php,之间使用空格进行隔开
本文介绍如何在Apache服务器的httpd.conf配置文件中设置默认首页,包括多种类型的网页文件如index.html、index.php 和 index.jsp等。
在httpd.conf文件中
<IfModule dir_module>
DirectoryIndex index.html index.php index.jsp
</IfModule>
添加默认的页面比如index.php,之间使用空格进行隔开
2649

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