操作步骤:
打开 D:\wamp\bin\apache\apache2.4.9\conf\httpd.conf 文件,大概在第242行
把
<Directory />
AllowOverride none
Require all denied
</Directory>
改成
<Directory />
AllowOverride none
Require all granted
</Directory>
即可。重启wamp
原文:http://www.cnblogs.com/happyty/p/4735820.html