Apache配置默认首页

  

 

操作系统:CentOS 6.5

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

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

 

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

即如下图所示:

 

重启Apache,即可。

 

原文:http://www.cnblogs.com/kinglau/p/3952201.html

相关文章