# DocumentRoot: The directory out of which you will serve your 为什么我是这个,需要改成什么呢?
# DocumentRoot: The directory out of which nsf
# DocumentRoot: The directory out of which nsf
2017-09-23
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "D:\Demo"
<Directory "D:\Demo/">
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot D:\Demo
<Directory "D:\Demo/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
试一试,我也不知道对不对,不过反正绿了。我刚接触,不知道,自己随便 弄的。在两个目录下
举报