找到\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>[来源 www.pms.cc]
声明: 本文采用 BY-NC-SA 协议进行授权. 转载请注明转自: xampp:You don’t have permission to access the requested directory