wamp新建虚拟目录无法运行的解决方法
操作步骤:
打开 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