Xampp 配置出现403无法访问

时间:2014-05-04 11:12:23   收藏:0   阅读:336

找到\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无法访问,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!