Redirect loop due to redirect_canonical() function
-
Hey,
I have an issue that I suspect happens due to conflict with WordPress own redirect_canonical() function.
If I try to create a redirect for a URL that’s automatically redirected by WordPress, it creates an infinite redirect loop. Example:
1. https://example.com/most redirects automatically to https://example.com/most-popular due to redirect_canonical() function
2. I want to create a redirect using Redirection plugin to redirect https://example.com/most to https://example.com/most-viewed-content
3. This creates an infinite loop and this returns “ERR_TOO_MANY_REDIRECTS” error in Chrome.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Redirect loop due to redirect_canonical() function’ is closed to new replies.