Forbidden You don't have permission to access / on this server.解决方法
生活随笔
收集整理的這篇文章主要介紹了
Forbidden You don't have permission to access / on this server.解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
wamap本地搭建完畢后,輸入http://localhost/出現下面的問題
問題報錯:Forbidden You don't have permission to access / on this server.
解決方式:如下修改php的配置文件httpd.conf
在原有的位置文件中找到配置節<Directory />Options FollowSymLinksAllowOverride NoneOrder deny,allowDeny from allSatisfy all </Directory>修改成<Directory />Options FollowSymLinksAllowOverride NoneOrder deny,allow # Deny from allAllow from all#允許所有訪問Satisfy all </Directory><Directory "D:/Wamp5/www">## Possible values for the Options directive are "None", "All",# or any combination of:# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews## Note that "MultiViews" must be named *explicitly* --- "Options All"# doesn't give it to you.## The Options directive is both complicated and important. Please see# http://httpd.apache.org/docs/2.2/mod/core.html#options# for more information.#Options Indexes FollowSymLinks## AllowOverride controls what directives may be placed in .htaccess files.# It can be "All", "None", or any combination of the keywords:# Options FileInfo AuthConfig Limit#AllowOverride all## Controls who can get stuff from this server.# # onlineoffline tag - don't removeOrder Deny,AllowDeny from allAllow from 127.0.0.1</Directory>修改成<Directory "D:/Wamp5/www">## Possible values for the Options directive are "None", "All",# or any combination of:# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews## Note that "MultiViews" must be named *explicitly* --- "Options All"# doesn't give it to you.## The Options directive is both complicated and important. Please see# http://httpd.apache.org/docs/2.2/mod/core.html#options# for more information.#Options Indexes FollowSymLinks## AllowOverride controls what directives may be placed in .htaccess files.# It can be "All", "None", or any combination of the keywords:# Options FileInfo AuthConfig Limit#AllowOverride all## Controls who can get stuff from this server.# # onlineoffline tag - don't removeOrder Deny,Allow # Deny from all# Allow from 127.0.0.1Allow from all</Directory>總結
以上是生活随笔為你收集整理的Forbidden You don't have permission to access / on this server.解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: c mysql 双主复制_mysql双
- 下一篇: python flag 参数_flag_