我需要通过我的全球IP地址访问我的wamp一会儿。但我不能。我使用最新的WAMP 2.5 for 32-bit。
之前我曾经有过早期版本的wamp。只需转到托盘图标>放在线和瞧。好像他们改变了一些东西。
即使我把它放在网上我也无法访问它。它说wamp在线。
我没有得到任何"访问被拒绝"您在早期版本的wamp中使用它,它只是一直加载到超时,然后我得到浏览器无法访问网站错误消息。 "此网站不可用"谷歌浏览器。
我在comp上设置了DMZ,因此端口不是问题。
在httpd.conf中我发现了这个(这是默认值):
<Directory "c:/wamp/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
</Directory>
有什么想法吗?