redirect loop / how can I not match a string?
-
I need to redirect http://www.onlinepersonalitytests.org/the-five-love-languages-quiz/words to http://www.onlinepersonalitytests.org/the-five-love-languages-quiz/words-of-affirmation
Sometimes the first URL gets a lot of other tracking codes (like words&…)If I do a redirect with regexp for http://www.onlinepersonalitytests.org/the-five-love-languages-quiz/words to http://www.onlinepersonalitytests.org/the-five-love-languages-quiz/words-of-affirmation I actually go into a loop: http://www.onlinepersonalitytests.org/the-five-love-languages-quiz/words-of-affirmation-of-affirmation-of-affirmation
What can I do?
The topic ‘redirect loop / how can I not match a string?’ is closed to new replies.