• Hi,
    My site has hundreds of pages and for some reason (unknown to me), some of them have double redirects set up, thus creating a loop, e.g:
    /blog/page1/ -> /page1/
    /page1/ -> /blog/page1/

    Is there any way to detect these loops and remove them? Maybe with some database query?

  • The topic ‘How to detect redirection loops?’ is closed to new replies.