Redirect Iteration
-
Hello,
I know this is a normal regex, but it seems there’s a redirection after a redirection that results to “too many redirects”
Screenshot: https://tinyurl.com/2zgdmau9
Trying to redirect https://example.com/(.*) to https://example.com/europe/(.*) if selected countries are detected.
Example: https://example.com/about
It’s redirecting to: https://example.com/europe/about with “Too many redirects” error, then it’ll redirect again to “https://example.com/europe/europe/about” which also redirects back to “https://example.com/europe/about” with “Too many redirects” error.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Redirect Iteration’ is closed to new replies.