문제

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