【发布时间】:2013-12-19 14:54:23
【问题描述】:
我正在寻求有关重定向永久物的帮助。
我想做一个像这样的重定向:
http://www.mydomain.com/site/index.php?code=_fr 到 http://www.mydomain.com/home
当我对任何 URL 尝试类似的操作时:
RedirectPermanent /site/index.php URLDEST
但如果我想这样做,它就行不通了......
RedirectPermanent /site/index.php?code=_fr URLDEST
我也尝试过类似的方法:
RewriteRule ^/site/index.php?code=_fr$ URLDEST [R=301]
但它也不起作用。
我怎样才能做到这一点?
【问题讨论】:
标签: apache mod-rewrite redirect rewrite permanent