码迷,mamicode.com
首页 > 其他好文 > 详细

Xampp 配置出现403无法访问

时间:2017-10-24 00:06:14      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:protect   apach   erro   http   document   bsp   tor   amp   lease   

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无法访问

标签:protect   apach   erro   http   document   bsp   tor   amp   lease   

原文地址:http://www.cnblogs.com/zzc666/p/7719581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!