首页 > WEB开发 > PHP

Apache默认索引页面是的方法

 Apache默认索引页面是index.html,如果要把apache默认优先访问index.php文件,需要修改httpd.conf文件:

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

在DirectoryIndex 后面添加 index.php这样就会优先访问php文件了。 

来源://作者:/更新时间:2013-05-25
相关文章
评论:
验证码:
匿名评论: