【问题标题】:wamp64 error 403 access forbidden from another computerwamp64 错误 403 禁止从另一台计算机访问
【发布时间】:2016-03-03 11:03:10
【问题描述】:

我试图从本地网络访问我的网页。但我收到错误消息“禁止您无权访问此服务器上的 /test/。 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>

我能做什么,我很绝望:( 感谢您的帮助

【问题讨论】:

  • 你能从其他人ping这台电脑吗?

标签: apache web wamp settings


【解决方案1】:

评论行:

# Require local

这对我有用

【讨论】:

  • 欢迎来到 Stack Overflow,如果您解释为什么您的答案解决了原始问题,它确实可以帮助其他用户找到好的答案。您能否编辑您的答案以包含有关您提出的解决方案的更多详细信息。
猜你喜欢
  • 1970-01-01
  • 2015-02-10
  • 1970-01-01
  • 2015-05-14
  • 1970-01-01
  • 1970-01-01
  • 2019-01-03
  • 2011-12-27
  • 2018-10-13
相关资源
最近更新 更多