您的位置:首页 > 运维架构 > Apache

apache中虚拟目录总是403 Forbidden的问题

2011-10-24 19:55 441 查看
总是显示403 Forbidden修改目录权限为777也无效.

查得此文章: http://flyash.itcao.com/post_715.html
设置虚拟目录时,不要后面的"/", 修改之,OK!

Alias /test/ /var/www/test修改后

Alias /test /var/www/test

<Directory /var/www/test>
Options FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

note:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: