#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
将 default.html添加到 DirectoryIndex一行的后面
index是目录的意思,index.html其实本意是导航页,也就是在这个页面上包含了网站上的基本连接,差不多主页都有这个特点,是可以改的,但改了之后,如果你是搭建网站服务的,就发现首先找不到的情况,报错404
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)