WAMP error: Forbidden You don't have permission to access /{you_app_name} on this server

Forbidden

You don't have permission to access /{you_app_name}on this server.

 

需要修改两处:

wamp\bin\apache\Apache2.4.4\conf\httpd.conf

将其中的

Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from localhost

改为:

Order Deny,Allow
Allow from all

 

同时alias文件下的wrobot.conf和其他都做相同的修改就可以了

posted @ 2013-09-25 10:58  清新每一天  阅读(224)  评论(0编辑  收藏  举报