301带有特殊字符

时间:2014-03-07 16:15:56

标签: .htaccess redirect http-status-code-301

我已经在stackoverflow中搜索了这个讨厌的404的答案,我出于某种原因无法重定向。

这是我想要重定向的链接:

http://www.example.com/index.php?route=product/manufacturer/product&manufacturer_id=14&page=4

我想将其重定向到:

www.example.com

这是我将其输入htaccess文件的方式。

RewriteCond %{QUERY_STRING} ^route=product/manufacturer/product&manufacturer_id=14&page=4$
RewriteRule ^index.php(.*)$ http://www.example.com/? [L,R=301]

我使用?重定向了%{QUERY_STRING}(问号)的其他链接,但这个链接无效。

所以我需要一点帮助。

0 个答案:

没有答案