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

时间:2021-08-25 18:17:57   收藏:0   阅读:16

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

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

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

原文:https://www.cnblogs.com/00544--/p/15184639.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!