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

posted @ 2015-08-17 10:12  绝版幸福  阅读(305)  评论(0编辑  收藏  举报