帮助中心 >  技术知识库 >  网站相关 >  建站知识 >  如何设置修改Apache文件根目录设置

如何设置修改Apache文件根目录设置

2016-01-15 15:53:36 7090

在安装 Apache 时,系统会给定一个缺省的文件根目录。
如果你觉得将网页存在这个缺省目录不方便,觉得应该另外设个目录作为 Apache 文件根目录,你可以修改 Apache 的配置文件 httpd.conf 里有关文件根目录的设置。
假设Apache HTTP Server 的缺省文件根目录 (DocumentRoot) 是:
DocumentRoot "F:ampApache2.2htdocs"
修改 Apache 文件根目录 (DocumentRoot) 的操作如下:
1. 为避免修改失误,请先备份你的 Apache 配置文件 httpd.conf,该配置文件的路径是:
F:ampApache2.2htdocs
2. 打开 http.conf 文件,找到 DocumentRoot 为开头的那一行,将
DocumentRoot "F:ampApache2.2htdocs"
改成新的 DocumentRoot 路径,比如你新的路径为 C:htdocs,就改成
DocumentRoot "C:/htdocs"
3. 然后找到 http.conf 文件中的如下内容
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "F:ampApache2.2htdocs">
将 Diectory 中的路径改成你新设的文件根目录,比如:
<Directory "C:/htdocs">
4. 保存配置文件http.conf 。
5. 修改了配置文件以后,应重新启动 Apache Service。(Apache HTTP Server 2.2 -->  --> Restart)
修改了文件根目录之后,你就可以将你的网页存放在新设的目录下了

提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: