DocumentRoot

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DocumentRoot 相关的知识,希望对你有一定的参考价值。

w  有无\的区别。

 

https://httpd.apache.org/docs/2.4/vhosts/examples.html

 

hosts

1 127.0.0.1   w.w

 

 httpd.conf

ServerName  w.w

#
# Deny access to the entirety of your servers filesystem. You must
# explicitly permit access to web content directories in other 
# <Directory> blocks below.
#
DocumentRoot  "D:\WWW\new\tx\ci\cicode"
<Directory />
    Options +Indexes +FollowSymLinks +ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
    Require all granted
</Directory>

 

以上是关于DocumentRoot 的主要内容,如果未能解决你的问题,请参考以下文章

DirectAdmin 更改 DocumentRoot

在 Windows 上更改 apache 的 documentroot 不起作用

apache virtualhost(windows)不改变DocumentRoot

ServerRoot、DocumentRoot 和 Directory 之间的区别

更改 documentroot 后,xampp 仍然使用默认的 phpmyadmin

Apache 多个 DocumentRoot