手把手教你:You don’t have permission to access / on this se

WBOY
發布: 2016-06-07 15:36:29
原創
3331 人瀏覽過

转裁源于: http://blog.qiyuange.net/?p=100 Apache 403 错误代码如下 You don't have permission to access / on this server. Python 1 2 Forbidden You don ' t have permission to access / on this server . 解决 方法 查找如下代码 Python 1 Director

转裁源于:

http://blog.qiyuange.net/?p=100


Apache 403 错误代码如下

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

Python

1

2

Forbidden

You don'thave permission to access/on this server.

解决方法

查找如下代码

Python

1

Directory/>

如果有  Require all denied 这句就把他注释掉

Require all denied

Python

1

2

3

4

Directory/>

    AllowOverride none

    #Require all denied  删除或注释掉

/Directory>

没有 就继续查找

Deny from all

Python

1

2

Order deny,allow   删除改行

Deny fromall  修改为  Allow fromall


相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板