Copied to clipboard

Flag this post as spam?

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


  • Simon 48 posts 108 karma points
    Jun 06, 2017 @ 16:09
    Simon
    0

    Remove all redirect url tracking history

    During the development of a site, we've had the "Enable URL Tracker" feature turned on under the "Redirect URL Management" tab and accumulated 21 pages of redirect URLs.

    Is there any way to completely clear out this history in one step?

    On a side note, why do most of these entries seem to redirect to themselves?

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Jun 06, 2017 @ 16:23
    Nicholas Westby
    100

    Is there any way to completely clear out this history in one step?

    Perhaps not through the UI, but if you have database access you can truncate the umbracoRedirectUrl table:

    TRUNCATE TABLE umbracoRedirectUrl
    

    why do most of these entries seem to redirect to themselves?

    The URL tracking feature is very new, and is not what I would call robust. This is actually a new bug to me though, so I'd recommend logging it here: http://issues.umbraco.org/issues

Please Sign in or register to post replies

Write your reply to:

Draft