1. 程式人生 > >Xampp 配置出現403無法訪問

Xampp 配置出現403無法訪問

目錄 all httpd 找到 ast perm lin direct please

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無法訪問