彻底搞定"403 Forbidden You don’t have permission to access / on this server"

刚装完Wamp,访问localhost,出现如上错误,解决方法如下:

找到httpd.conf文件,看不懂英文不重要,找重点看就行。

首先要申明的是,httpd.conf文件,行首带#的,就是被注释掉了的,这一行就 没有任何用途。

有两处需要修改的地方。

(1)

<Directory />

Options FollowSymLinks

AllowOverride None

Order deny,allow

Deny from all

</Directory>

改为

<Directory />

Options FollowSymLinks

AllowOverride None

Order deny,allow

Allow from all

</Directory>

(2)

<Directory “E:/xaake/wamp/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 remove

Order Deny,Allow

Deny from all

Allow from 127.0.0.1

</Directory>

行首是#的,就是被注释掉的,只看行首没有#的就行了

修改最后两行代码

修改结果如下

<Directory “E:/xaake/wamp/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 remove

Order Deny,Allow

Allow from all

#Allow from 127.0.0.1

</Directory>

成功解决问题。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
"Forbidden You don't have permission to access / on this server."这个错误是指在访问服务器上的某个资源时,没有权限进行访问。这个错误通常与文件或目录的权限设置相关。错误消息中的"/"指的是根目录,表示用户没有权限访问根目录下的资源。这个问题可以有几种可能的原因和解决方法。 1. 文件或目录权限设置不正确。检查所要访问的文件或目录的权限设置,确保用户具有足够的权限进行访问。可以使用命令"chmod"来更改文件或目录的权限。确保所要访问的文件或目录的权限设置为适当的数值。 2. 服务器配置问题。检查服务器的配置文件,确保正确地指定了所要访问的资源的位置和权限。如果需要,可以修改服务器配置文件来解决这个问题。具体的方法和步骤可能因服务器的不同而有所差异。 3. 防火墙或安全策略限制。某些防火墙或安全策略可能会限制对某些资源的访问。如果出现这个问题,可以联系服务器管理员或网络管理员,了解是否有相应的限制,并请求相应的权限。 总结起来,"Forbidden You don't have permission to access / on this server."错误通常是由于文件或目录的权限设置不正确、服务器配置问题或防火墙或安全策略限制所致。要解决这个问题,可以检查并更改相关的权限设置、修改服务器配置文件或联系管理员获取相应的权限。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [Forbidden You don't have permission to access / on this server.解决方法](https://blog.csdn.net/hj960511/article/details/48971593)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* *3* [php多站点配置以及Forbidden You don't have permission to access / on this server问题解决](https://blog.csdn.net/weixin_34296641/article/details/93571919)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值