首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Xampp 配备出现403无法访问

2012-12-23 
Xampp 配置出现403无法访问找到\xampp\apache\conf\httpd.conf配置文件Access forbidden!You don’t have p

Xampp 配置出现403无法访问

找到\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>

热点排行