打开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>