我的apache服务器上的index.php不可用

时间:2016-12-23 10:00:37

标签: apache web server

在我的服务器中,只要键入127.0.0.1,即http://localhost,浏览器就会将我带到index.html而不是index.php。为什么我会这样?如何将localhost路由到index.php?

1 个答案:

答案 0 :(得分:0)

删除index.html或更改httpd.conf中的顺序,如

<IfModule dir_module>
    DirectoryIndex index.php
    DirectoryIndex index.html
</IfModule>