我想通过我的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(无论如何使用规范标记触发内容重复)。
谢谢你的帮助。
答案 0 :(得分:0)
试试这个:
RedirectMatch 301 ^/stages-points/">http://www.legipermis.com/([^/]+)/</a></p>$ /$1
或者这个:
RedirectPermanent /stages-points/">http://www.legipermis.com/stages-points/</a></p> http://www.legipermis.com/stages-points/