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

来源:2-3 自定义网站根目录

慕的地9364136

2017-09-23 13:35

# DocumentRoot: The directory out of which nsf

写回答 关注

5回答

  • 宝慕林0509131
    2018-02-20 16:41:03

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

  • 石头哈哈嘿嘿
    2017-12-01 15:37:47

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

  • Alex_java
    2017-10-20 23:31:55

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

    #

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

    //img4.mukewang.com/59ea16e70001605b03700231.jpg

  • 慕粉uspeakeasy
    2017-10-07 12:57:53

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

  • lawren18
    2017-10-05 20:35:34
    DocumentRoot "${INSTALL_DIR}/www"
    <Directory "${INSTALL_DIR}/www">
        Options +Indexes +FollowSymLinks +Multiviews
        AllowOverride all
        Require local
    </Directory>


PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455994 学习 · 6306 问题

查看课程

相似问题