wamp 访问 localhost 网页 403 错误

by
SiNsKy
Posted 十二月 9th, 2011 at 12:22 下午
刚升级了wamp就这样了~ 蛋疼~
直接上解决方法:
修改httpd.conf文件
搜Allow from 127.0.0.1 改为 Allow from all
搜 Deny from all 改为 Allow from all
这样改完之后,局域网,广域网,包括你自己,就是all都能访问了!~
解决Wamp各版本中 Apache 文件列表图标无法显示

by
SiNsKy
Posted 十二月 9th, 2011 at 12:18 下午
WIN7系统,装在云端,一直以为我的机器有问题,直到后来才在官网看到有关于专门的解释:
Edit the following file manually and change the path to the icons folder (it appears 2 times in the file)
File to edit:
\wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf
Change the paths:
C:/Program Files...