Forbidden You don't have permission to access

Forbidden  You don't have permission to access *****.php

一般是httpd.conf配置有问题,还有一种可能是你访问的IP不能访问,得用域名访问。


如下配置,只能用域名访问,如果用的是IP,就会报错
***.google.cc
***.google.net
RewriteEngine on
    RewriteCond %{HTTP_HOST} !^.*\.google\.cc$
    RewriteCond %{HTTP_HOST} !^.*\.google\.net$
    RewriteRule ^/(.*) - [F,L]

你可能感兴趣的:(Permission)