用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

Apache 添加虚拟目录注意事项

时间:2015-01-23  来源:西部数据  作者:西部数据

添加虚拟目录 

  1. <IfModule alias_module>  
  2. Alias /sww/ "C:/xampp/htdocs/test/"  
  3. </IfModule> 

出现限制权限访问, 

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 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

需添加目录设置,代码如下:

  1. <Directory "C:/xampp/htdocs/test/">  
  2. AllowOverride None  
  3. Options None  
  4. Order allow,deny  
  5. Allow from all  
  6. </Directory> 
来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
栏目更新
栏目热门