-
We have made some revisions in the past that ultimately led us to the right url structure.
To prevent having to make multiple exact redirects, we tried using ‘contains’ as an alternative.
But this will create a redirect loop. How can we prevent this?
Case:
old url’s
/poorten/looppoorten-industrie/
/looppoorten-industrie
should all redirect to
/industrie/looppoortenbut logically, when using 2 ‘contains’rules like: contains “industrie” AND contains “looppoort” REDIRECT TO ‘/industrie/looppoorten’
The redirect will get looped redirected.
i tried putting ‘/industrie/looppoorten’ in IGNORE CASE, but this doesn’t work how i imagined.
How can we make a general ‘redirect’ using ‘contains’ that will not trigger a redirect to itself. Can we have an ignore case that has the normal/right url?
The ticket ‘prevent redirect loop (ignore case?) when using contains to scan keywords’ is closed to new replies.