操作系统:CentOS 6.5

Apache默认主页为index.html,如果要修改为index.php或其它,需要修改httpd.conf文件

用vim或其它编辑器打开httpd.conf

 

Apache配置默认首页

在上图中的DirectoryIndex index.html后增加index.php

即如下图所示:

Apache配置默认首页

 

重启Apache,即可。

 

相关文章:

  • 2021-08-31
  • 2021-09-10
  • 2021-04-17
  • 2021-10-04
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案