gggggds 发表于 2015-8-22 16:07:18

WAMP服务器使用IP访问

  
    把Listen跟ServerName都改为你的IP
Listen <IP>:80
ServerName <IP>:80
如果你的httpd.conf的根目录的权限设置为
Deny from all
Allow from 127.0.0.1
的话,需要改为
Deny from all
Allow from <IP>
页: [1]
查看完整版本: WAMP服务器使用IP访问