Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • andrew shearer 409 posts 517 karma points
    May 22, 2014 @ 01:53
    andrew shearer
    0

    browser endless redirect loop

    using Url Tracker 2.5.3, the following steps produce an endless redirect loop in Chrome:

     

    1. create content page "my listing"

    2. rename content page "my listing renamed"

    3. revert back to original name "my listing"

     

    results 

    browser reports an endless redirect loop has been detected


  • Stefan Kip 1606 posts 4098 karma points c-trib
    May 22, 2014 @ 09:00
    Stefan Kip
    0

    What happens is:

    1. /my-listing/ is a valid page
    2. It gets renamed and /my-listing-renamed/ is a valid page, /my-listing/ redirects to /my-listing-renamed/
    3. The name gets reverted, /my-listing/ should be a valid page, instead of a redirect to /my-listing-renamed/

    The UrlTracker only gets called when no content/template/other 404handler finds anything, so in this situation there are 2 possible explanations:

    1. /my-listing/ is not a valid page (for example it doesn't have a template assigned)
    2. The browser has cached the 301 Redirect from /my-listing/ to /my-listing-renamed/, which isn't something I can fix...
  • andrew shearer 409 posts 517 karma points
    May 26, 2014 @ 05:42
    andrew shearer
    0

    Yeah, must be a browser caching issue. thanks for the info

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies