在Apache安装目录找到配置文件 httpd.conf
找到DirectoryIndex
把它改成
DirectoryInder index.php index.html这网站默认的根目录是index.php
index.php和index.html之间要用空格隔开
附件
同时,可以修改ServerRoot ,将修改Apache的安装目录
DocumentRotterdam 可以修改网站的根目录
Apache配置调整
本文介绍如何在Apache中修改配置文件httpd.conf,以更改网站默认的根目录为index.php,并介绍了如何调整ServerRoot来指定Apache安装目录及通过DocumentRoot设置网站根目录的方法。
在Apache安装目录找到配置文件 httpd.conf
找到DirectoryIndex
把它改成
DirectoryInder index.php index.html这网站默认的根目录是index.php
index.php和index.html之间要用空格隔开
附件
同时,可以修改ServerRoot ,将修改Apache的安装目录
DocumentRotterdam 可以修改网站的根目录

被折叠的 条评论
为什么被折叠?