轉裁源于: 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 |
|
如果有 Require all denied 這句就把他注釋掉
Require all denied
Python
1 2 3 4 |
AllowOverride none #Require all denied 刪除或注釋掉
|
沒有 就繼續查找
Deny from all
Python
1 2 |
Order deny,allow 刪除改行 Deny fromall 修改為 Allow fromall |
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com