本地安装XAMPP,新增站点时出现403,解决方案

2017-08-24  本文已影响0人  一掠而过

Access forbidden!

You don't

have permission to access the requested directory. There is either no

index document or the directory is read-protected.

If you think this is a server error, please contact thewebmaster.

Error 403

test.abc.net

Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3

以上为显示内容,

解决思路:基本是文件夹权限问题

原始站点Directory配置:

Options Indexes FollowSymLinks

AllowOverride all

Order allow,deny

Allow from all

修改后配置

Options Indexes FollowSymLinks Includes ExecCGI

AllowOverride all

Require all granted

Order allow,deny

Allow from all

重启apache访问成功

问题解决来源: XAMPP提示 Access forbidden情况的处理 

本人解决方案,仅供参考,欢迎新增案例及解决方案。

上一篇 下一篇

猜你喜欢

热点阅读