wlyyb521 发表于 2015-8-22 12:13:58

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

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和其他都做相同的修改就可以了
页: [1]
查看完整版本: WAMP error: Forbidden You don't have permission to access /{you_app_name} on thi