Apache 重定向 redirect 问题!

Apache 重定向 redirect 问题!

用redirect能否实现下载内容的重定向?

Redirect /downloads/standard.exe http://www.domain.com/downloads
don't be lazy,you'd better have a try.

if Redirect directive can finish your task.suggest that you use mod_rewrite which must finish your task.
昨天准备环境,今天开始试。
觉得可能心很小所以问问。
配置故的分享一下。

试了完了,结果如下:
这样写就可以。访问downloads目录是跳到了doc目录。
Redirect /downloads/index.html http://bsoft.cos.com/doc
这样写就不行,还是会开始下载gnx.exe
Redirect /downloads/gns.exe http://bsoft.cos.com/doc

成功了,比刚开始想象的简单。
RewriteRule ^/downloads/gns.exe http://www.zol.com.cn/index.html [R=301]