参考网址:http://www.cnblogs.com/mrlaker/archive/2013/04/29/3050888.html
http://www.jb51.net/article/61193.htm
问题描述:
解决方案:
也可以路径为(\xampp\apache\conf\extra\httpd-xampp.conf)
把如下标签中的Require local替换成Require all granted,然后大功告成!
注意:版本不同改法也不同。
以前是将 deny from all 全部改成 Allow from all 实现外网访问,现在是将 Require all denied 以及 Require local 都该为 Require all granted 就可以了。