wamp允许外网访问的配置
Posted swocn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wamp允许外网访问的配置相关的知识,希望对你有一定的参考价值。
<VirtualHost *:8080>
ServerName localhost
ServerAlias localhost
DocumentRoot D:\wamp\www\Auth_Demo\public
<Directory "D:\wamp\www\Auth_Demo\public/">
Require all granted
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
允许手机或局域网内的访问本地电脑apache
以上是关于wamp允许外网访问的配置的主要内容,如果未能解决你的问题,请参考以下文章
WampServer 2.5设置外网访问/局域网手机访问(403 Forbidden错误解决方法)
You don't have permission to access / on this server. wampserver3.1.0配置外网访问的问题