沃梦达 / 编程技术 / 服务器 / 正文

Apache配置默认首页

操作系统:CentOS 6.5Apache默认主页为index.html,如果要修改为index.php或其它,需要修改httpd.conf文件用vim或其它编辑器打开httpd.conf 在上图中的DirectoryIndex index.html后增加index.php即如下图所示: 重启...

 

操作系统: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

本文标题为:Apache配置默认首页

基础教程推荐