localhost可以访问本地服务器
换成本机ip就不行了,提示403错误
回复内容:
localhost可以访问本地服务器
换成本机ip就不行了,提示403错误
配一下hosts 文件 127.0.0.1 localhost ::1 localhost
假设本机ip:192.168.31.81
hosts 文件
立即学习“PHP免费学习笔记(深入)”;
127.0.0.1 192.168.31.81
httpd-vhosts.coonf
DocumentRoot "F:/wamp/www/XXXX/" ServerName 192.168.31.81 Options Indexes FollowSymLinks Order allow,deny Allow from all











