apache 403

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache 403相关的知识,希望对你有一定的参考价值。

<VirtualHost *:80>

    DocumentRoot "E:\phpER\btc_biying_www\public"

    ServerName by.cn

    ErrorLog "logs/dummy-host2.example.com-error.log"

    CustomLog "logs/dummy-host2.example.com-access.log" common

    <Directory "E:\PHPER\btc_biying_www\public">

   AllowOverride All

   Options Indexes FollowSymLinks Includes ExecCGI

   Require all granted

   Allow from all

    </Directory>

</VirtualHost>


1、查找httpd.conf中查找deny from all 替换为 Allow from all

2、检查Directory路径和DocumentRoot是否一致

3、Options参数Indexes FollowSymLinks Includes ExecCGI(如果是phpStudy环境都加上)

4、如果是Linux环境注意权限问题

以上是关于apache 403的主要内容,如果未能解决你的问题,请参考以下文章

Apache 403 随处可见 XAMPP Linux

Apache 安装后Error 403的故障排错方法(linux)

Apache - 403错误

apache给出403禁止下载.py文件

上传文件时禁止 Apache 403

WAMPSERVER 403 禁止 Apache 2.4.18