Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    You have created an infinite redirect. You’ll need to identify the redirect causing the problem and modify it so that it doesn’t redirect to itself. It is probably a regular expression redirect.

    Since “/treattrain” is in the URL of your desired location, the regex will always find “/treattrain” somewhere. Make sure it is at the beginning of the string to be replaced with something like the ^ token.

    https://regex101.com/

    Thread Starter rcarpadus

    (@rcarpadus)

    I followed the same pattern that I did for other pages without issue so what is different this time? How did I create an infinite loop? Also, I have deleted the redirect and the problem still exists.

    Plugin Author John Godley

    (@johnny5)

    @rcarpadus your browser was probably caching the redirect – it doesn’t redirect anymore.

    Did you create a regular expression redirect?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page redirecting in a loop until time out.’ is closed to new replies.