needrunning

apache 服务器修改网站默认首页

2012-05-22 14:43  dreamhappy  阅读(500)  评论(0编辑  收藏  举报

httped.conf 中找到

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

修改相应的页面即可

如果修改不能生效,可能是httpd.conf包含了其它配置文件

参考 

分类:

技术点:

相关文章:

  • 2021-12-17
  • 2021-07-24
  • 2021-06-03
  • 2021-08-07
  • 2021-11-16
  • 2021-11-02
  • 2021-11-08
  • 2022-02-23
猜你喜欢
  • 2022-12-23
  • 2021-06-26
  • 2021-04-26
  • 2022-12-23
  • 2021-07-26
  • 2021-06-24
相关资源
相似解决方案