为了账号安全,请及时绑定邮箱和手机立即绑定

# DocumentRoot: The directory out of which you will serve your 为什么我是这个,需要改成什么呢?

# DocumentRoot: The directory out of which nsf

正在回答

7 回答

我也遇到这个问题了,怎么解决的?

0 回复 有任何疑惑可以回复我~

这个解决了吗 ?我也是遇到这样的情况

0 回复 有任何疑惑可以回复我~

# 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>

#

试一试,我也不知道对不对,不过反正绿了。我刚接触,不知道,自己随便 弄的。在两个目录下

//img1.sycdn.imooc.com//59ea16e70001605b03700231.jpg

0 回复 有任何疑惑可以回复我~

嗯啊 都是新版的,和老师讲的这个版本不太一样。

0 回复 有任何疑惑可以回复我~
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www">
    Options +Indexes +FollowSymLinks +Multiviews
    AllowOverride all
    Require local
</Directory>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

# DocumentRoot: The directory out of which you will serve your 为什么我是这个,需要改成什么呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信