WampServer 局域网手机访问(403 Forbidden错误解决方法) 修改文件 \wamp\bin\apache\apache2.4.9\conf\httpd.conf 几种常用格式,自己可以灵活配置: Require local 仅允许本地访问; Require all denied 拒绝所有访问; Require all granted 允许所有访问; Require ip 192.168.0.1 仅允许IP:192.168.0.1 访问; Require not ip 192.168.0.1 仅禁止IP:192.168.0.1访问;