سؤال

Bad theme I think was causing this.

/product-tag/pots/</p

...and I have tried many iterations from other similar questions, but the

RewriteRule ^(.*)/(<\/p>)+$/ http://www.mysite.co.uk [R=301,NC,L]

with no success.

هل كانت مفيدة؟

المحلول

You can use this rule as your first rule:

RewriteEngine On

RewriteRule ^(.*?)/</p /$1/ [R=301,NC,L]
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top