Htaccess url使用特殊字符重定向301

时间:2015-07-20 11:21:03

标签: regex .htaccess url special-characters url-redirection

我想通过我的htaccess文件进行特殊的301重定向。 我是regexp和301重定向的总菜鸟。

我想重定向(301)此网址:

http://www.legipermis.com/stages-points/">http://www.legipermis.com/stages-points/</a></p> (是的,它是谷歌的索引,) 至 http://www.legipermis.com/stages-points/

请考虑我不是301重定向和regexp的专家。 没有301重定向生成器适用于这样一个奇怪的URL(无论如何使用规范标记触发内容重复)。

谢谢你的帮助。

1 个答案:

答案 0 :(得分:0)

试试这个:

RedirectMatch 301 ^/stages-points/">http://www.legipermis.com/([^/]+)/</a></p&gt$ /$1

或者这个:

RedirectPermanent /stages-points/">http://www.legipermis.com/stages-points/</a></p&gt http://www.legipermis.com/stages-points/