Apache服务器You don't have permission to access / on this server.的解决方法
wampserver安装好后启动服务器,访问localhost显示You don't have permission to access / on this server. 而在目录127.0.0.1下可以访问。
造成这个问题的原因是Apache 的http.conf内的默认配置是:
#onlineoffline tag - don't remove
Order Deny,Allow
Den...
