找到apache的配置文件httpd.conf后找到 

 

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

 

在其中添加index.php,且需要将index.php写在index.html前面

版权声明:本文为crystaltu原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/crystaltu/p/6068242.html