作者:优雅的鼻涕泡 | 来源:互联网 | 2014-06-17 10:53
添加虚拟目录<IfModulealias_module>Aliassww"C:xampphtdocstest"<IfModule>出现限制权限访问,Accessforbidden!Youdon&39;t
添加虚拟目录
-
- Alias /sww/ "C:/xampp/htdocs/test/"
-
出现限制权限访问,
Access forbidden! You don&#39;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 webmaster.
Error 403 localhost 2011/8/26 17:36:49
Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1
需添加目录设置,代码如下:
- "C:/xampp/htdocs/test/">
- AllowOverride None
- Options None
- Order allow,deny
- Allow from all
-