打开httpd.conf,修改顺序把index.html放在前面
<IfModule dir_module>
DirectoryIndex index.html index.php index.php3 index.htm
</IfModule>
打开httpd.conf,修改顺序把index.html放在前面
<IfModule dir_module>
DirectoryIndex index.html index.php index.php3 index.htm
</IfModule>
转载于:https://www.cnblogs.com/haohaosky/p/5271320.html