Xampp 配置出现403无法访问
Posted thomas张
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xampp 配置出现403无法访问相关的知识,希望对你有一定的参考价值。
You don‘t have permission to access the requested directory.
找到\xampp\apache\conf\httpd.conf配置文件
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 the webmaster.
Error 403
解决方法
找到Directory 目录然后进行复制权限;主要红色字
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from allow
</Directory>
以上是关于Xampp 配置出现403无法访问的主要内容,如果未能解决你的问题,请参考以下文章
nginx静态资源文件无法访问,403 forbidden错误
如何解决 XAMPP PHPMyAdmin 403 禁止错误