# DocumentRoot: The directory out of which nsf
我也遇到这个问题了,怎么解决的?
这个解决了吗 ?我也是遇到这样的情况
# 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>
#
试一试,我也不知道对不对,不过反正绿了。我刚接触,不知道,自己随便 弄的。在两个目录下
嗯啊 都是新版的,和老师讲的这个版本不太一样。
DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www"> Options +Indexes +FollowSymLinks +Multiviews AllowOverride all Require local </Directory>