php:Forbidden You don’t have permission to access / on this server.

12 篇文章 0 订阅
今天新来的同事装了个wamp,因为每个人的习惯不同,所以就没强要求他不要用wamp了。


因为一些问题,我想在我自己的电脑上登录他电脑上的php环境(我们办公室里用局域网),他电脑IP是:192.168.1.101,我输入:http://192.168.1.101 却爆出错误:Forbidden You don’t have permission to access / on this server.

他本机上运行:127.0.0.1和localhost都没问题,但我远程登录就不可以了。



1. 按照网上有些人的说法,把:

<Directory />

Options FollowSymLinks

AllowOverride None

Order deny,allow

Deny from all

Satisfy all

</Directory>

改成

<Directory />

Options Indexes FollowSymLinks

AllowOverride None

Order deny,allow

Allow from all

Satisfy all

</Directory>

还是不行,后来我把 Directory 带配置路径的这个地方改了,标红的为添加的,标紫色的是屏蔽的:

<Directory “C:/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

AllowOverride none

#

# Controls who can get stuff from this server.

#

# onlineoffline tag – don’t remove

Order Allow,Deny

Allow from all

# Allow from 127.0.0.1

</Directory>


2. 

在原有的位置文件中找到配置节

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Satisfy all
</Directory>

修改成

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
#    Deny from all
    Allow 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 remove
    Order Deny,Allow
    Deny from all
    Allow 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 remove
    Order Deny,Allow
#    Deny from all

#  Allow from 127.0.0.1
    Allow from all

</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、付费专栏及课程。

余额充值