wamp64错误403访问禁止从另一台计算机

时间:2016-03-03 11:03:10

标签: apache web wamp settings

我试图从本地网络到达我的网页。但我收到错误消息“禁止您没有权限访问/测试/在此服务器上。 Apache / 2.4.17(Win64)PHP / 5.6.16服务器,位于192.168.1.139端口3388“

我的httpd.conf:

<Directory "C:/wamp64/www/">
    #
    # 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 all granted
    allow from all
</Directory>

我能做什么,我绝望了:( 谢谢你的帮助

1 个答案:

答案 0 :(得分:-1)

评论专栏:

m

这对我有用