1、php套件:xampp1.7
2、windows2003
3、点击安全选项,出现以下错误
Access forbidden!You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the [email=admin@localhost]webmaster[/email].
Error 403localhost
12/28/08 09:35:05
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 4、如何改正
资料来源:http://www.apachefriends.org/f/viewtopic.php?p=131519
解决方案如下:
1) open the file "\xampp\apache\conf\extra\httpd-xampp.conf" in a texteditor
2) replace "Allow from localhost" with "Allow from 127.0.0.1" (2 times)
3) save the file
4) restart Apache