【发布时间】: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这台电脑吗?