重定向附加了第二个网址的网址

时间:2017-07-06 16:57:22

标签: php apache .htaccess redirect

根据我们的搜索引擎优化人员的说法,我们正在通过以下网址获取流量:

http://www.oursite.com/articles/article1/www.someothersite.com/page.aspx/sectionID%20=113/

我想将301重定向到http://www.oursite.com/articles/article1(删除额外的网址)。在.htaccess中试过这个:

RedirectMatch 301 ^http://www.oursite.com/articles/article1/www.someothersite.com/page.aspx/sectionID%20=113/$ /articles/article1

哪个不行......

1 个答案:

答案 0 :(得分:0)

您可以在站点根目录中使用此重定向规则.htaccess:

RedirectMatch 301 /(.+)/www\.someothersite\.com/.*$ /$1