重定向URL的结尾

时间:2014-11-12 09:36:39

标签: .htaccess redirect

我需要将所有以...-黑白/结尾的页面重定向到没有-black-and-white /的页面。

例如:/ peace-tattoos-for-girls / 30-artistic-chinese-tattoo-symbols-black-white / to / peace-tattoos-for-girls / 30-art-chinese-tattoo-symbols /

这样的页面超过30k,如何通过.htaccess进行此操作?

1 个答案:

答案 0 :(得分:0)

你可以用这个.htaccess:

来做到这一点
RewriteEngine on 
RewriteRule (.*)-black-and-white/$ $1/ [R=301,L]