在apache中设置访问目录后进入的默认页面为index.php

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

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

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

posted @ 2021-08-25 13:33  xiaowei123456  阅读(541)  评论(0编辑  收藏  举报