Apache:设置首页运行index.html index.php的顺序

0 0 4262

简单的设置

编辑httpd.conf文件,找到DirectoryIndex在后面加一个index.php。
例如,我把DirectoryIndex这行改为:DirectoryIndex   index.html   index.htm    index.php    index.html.var
保存编辑的内容,重新启动Apache就可以实现了。

 

 

 

如果上述设置后仍无法按顺序运行首页,那么还得修改一下php相关配置文件php.conf

/etc/httpd/conf.d/php.conf文件中的

DirectoryIndex   index.php

上面是index.php 优先,如果把DirectoryIndex index.php去掉,则index.html优先,也可以改成DirectoryIndex  index.html index.php

留言

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>