Copied to clipboard

Flag this post as spam?

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


  • Vladimir Knobel 95 posts 170 karma points
    Oct 28, 2014 @ 11:13
    Vladimir Knobel
    0

    where are the manually entered redirects being saved?

    Hi 

    I'm planning to update from v2 to v3 but I would like to do an backup before just in case.
    I can find in the DB the location wehre the manually entered redirects are stored.
    Can anyone enlighten me?

    Best regards
    Vlad

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Oct 28, 2014 @ 11:18
    Stefan Kip
    0

    Hi Vlad,

    You can back-up the complete 'icUrlTracker' table.

    Kind regards,
    Stefan

  • Vladimir Knobel 95 posts 170 karma points
    Oct 28, 2014 @ 12:08
    Vladimir Knobel
    0

    Hi Stefan

    Thanks for the quick answer!

    just in case anyone is having problems finding the entries in the DB here the SQL query to find them:

    SELECT *   
    FROM [dbo].[icUrlTracker]
    WHERE RedirectHttpCode=301 and Is404=0
    

    regards
    Vladimir

  • 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