apache出現 403 permission 和404 not fund錯誤(解決方法)
今天搭建多版本apache+php環境,出現"403 You don't have permission to access / on this server"錯誤,具體如下,修改之後出現404 not fund錯誤。
----404錯誤
是否使用了虛擬主機,如果使用了就修改httpd-vhosts.conf的相關配置。
----403錯誤
今天在windows上搭建php環境,配置完成後,在瀏覽器中執行出現在You don't have permission to access / on this server. 提示。查了一下apache手冊找到問題所在處。這裡定義了預設對網站根的訪問許可權。
----404錯誤
找到下面一行,同時檢視httpd-vhosts.conf的相關配置
# Virtual hosts
Include conf/httpd-vhosts.conf是否使用了虛擬主機,如果使用了就修改httpd-vhosts.conf的相關配置。
----403錯誤
今天在windows上搭建php環境,配置完成後,在瀏覽器中執行出現在You don't have permission to access / on this server. 提示。查了一下apache手冊找到問題所在處。這裡定義了預設對網站根的訪問許可權。
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
這裡改成# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
問題解決
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/3090/viewspace-1788287/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- nginx出現403錯誤的解決方法Nginx
- PbootCMS 404 錯誤解決方法boot
- 402、403、404、502等閘道器錯誤的解決辦法都在這了!
- 如何解決apache 403錯誤問題?Linux學習教程ApacheLinux
- git push出現Permission denied (publickey)錯誤Git
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- PbootCMS 織夢安裝出現403錯誤禁止訪問boot
- 伺服器出現 HTTP 錯誤程式碼,及解決方法伺服器HTTP
- 伺服器出現404錯誤怎麼處理伺服器
- 安裝vCenter Server出現1603錯誤的一種解決方法Server
- git push出現unpack failed: error Missing tree錯誤的解決方法GitAIError
- Grafana Nginx 403 Origin not allowed 及 ws websocket連線錯誤解決GrafanaNginxWeb
- git出現Permission denied的解決辦法Git
- win10 mstsc出現內部錯誤怎麼修復_win10 mstsc出現內部錯誤解決方法Win10
- Mysql出現連線錯誤解決辦法MySql
- 解決織夢dedecms管理員後臺提示404錯誤
- windows10系統升級助手出現錯誤的解決方法Windows
- 電腦404頁面怎麼恢復 404錯誤頁面怎麼解決
- dbfread報錯ValueError錯誤解決方法Error
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- 解決npm install報錯Tried to download(403)NPM
- 使用代理爬蟲出302錯誤程式碼解決方法爬蟲
- undefined reference to錯誤的解決方法Undefined
- dedecms提示500錯誤解決方法
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- 解決方案 git@github.com出現Permission denied (publickey)Github
- 【知識分享】伺服器出現404錯誤怎麼處理伺服器
- win10出現藍屏錯誤程式碼clock_watchdog_timeout解決方法Win10
- 帝國模板登入出現已被登入或者密碼錯誤解決方法密碼
- 解決Web部署 svg/woff/woff2字型 404錯誤WebSVG
- git add .出現錯誤LF will be replaced by CRLF in 解決辦法Git
- 解決Centos7 yum 出現could not retrieve mirrorlist 錯誤CentOS
- 解決伺服器返回錯誤的方法和步驟伺服器
- Laravel 安裝後報 500 和 404 錯誤Laravel
- Intellij IDEA使用@Autowired註解,出現could not autowire錯誤,解決方案IntelliJIdea
- 如何解決win10出現更新錯誤0x80070422的最佳解決方法Win10
- Win10系統愛奇藝出現504錯誤程式碼的解決方法Win10
- win10系統老出現藍屏提示storport.sys錯誤解決方法Win10
- win10系統安裝office出現msxml6.10.1129.0錯誤的解決方法Win10XML