为什么 http://localhost/index.php 正常 http://localhost下载index.html

解决方案 »

  1.   

    webserver 是什么?如果是apache的话,修改下面配置DirectoryIndex index.php index.html将index.php 提到 index.html 前面
      

  2.   

    <IfModule dir_module>
    DirectoryIndex index.php index.html index.html.var
    </IfModule>
    我是这样写的啊
      

  3.   

    <IfModule dir_module>
    DirectoryIndex index.php index.html index.html.var
    </IfModule>
    你将index.html直接去掉,然后再重启apache服务试一下