【发布时间】:2013-06-10 13:23:30
【问题描述】:
我想重定向以下链接
http://www.example.com/full-tang-polished-samurai-katana-sword.html 到 http://www.example.com/final-fantasy-advent-children-cloud-buster-sword.html
我使用了几种方法,包括
Redirect 301 /full-tang-polished-samurai-katana-sword.html http://www.example.com/final-fantasy-advent-children-cloud-buster-sword.html
哪个产生
http://www.example.com/final-fantasy-advent-children-cloud-buster-sword.html?full-tang-polished-samurai-katana-sword.html
我无法处理这个查询字符串
?full-tang-polished-samurai-katana-sword.html
请帮帮我
【问题讨论】:
标签: .htaccess redirect query-string