我需要将所有以...-黑白/结尾的页面重定向到没有-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进行此操作?
答案 0 :(得分:0)
你可以用这个.htaccess:
来做到这一点RewriteEngine on
RewriteRule (.*)-black-and-white/$ $1/ [R=301,L]