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

2.5版的Wampserver的httpd.conf与视频里的不一样

DocumentRoot "M:/WAMPServer 64bit/Website"

#

# Each directory to which Apache has access can be configured with respect

# to which services and features are allowed and/or disabled in that

# directory (and its subdirectories). 

#

# First, we configure the "default" to be a very restrictive set of 

# features.  

#

<Directory />

    AllowOverride none

    Require all denied

</Directory>

#

# Note that from this point forward you must specifically allow

# particular features to be enabled - so if something's not working as

# you might expect, make sure that you have specifically enabled it

# below.

#

<Directory "M:/WAMPServer 64bit/Website">

    #

    # Possible values for the Options directive are "None", "All",

    # or any combination of:

    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

    #

    # Note that "MultiViews" must be named *explicitly* --- "Options All"

    # doesn't give it to you.

    #

    # The Options directive is both complicated and important.  Please see

    # http://httpd.apache.org/docs/2.4/mod/core.html#options

    # for more information.

    #

    Options Indexes FollowSymLinks


    #

    # AllowOverride controls what directives may be placed in .htaccess files.

    # It can be "All", "None", or any combination of the keywords:

    #   AllowOverride FileInfo AuthConfig Limit

    #

    AllowOverride all

    #

    # Controls who can get stuff from this server.

    #

#   onlineoffline tag - don't remove

    Require local

</Directory>

RT:2.5版的Wampserver的httpd.conf与视频里的不一样,所以怎么设置多站点呢??求解答

正在回答

3 回答

同上。我的也不一样

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

    Require all local

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

举报

0/150
提交
取消

2.5版的Wampserver的httpd.conf与视频里的不一样

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