Copied to clipboard

Flag this post as spam?

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


  • Paul A 133 posts 368 karma points
    Jan 19, 2012 @ 18:12
    Paul A
    0

    Bulk updating links?

    Hi,

    Am rearranging the way some of the site is structured... Is there anyway to bulk update links that go to a certain page? (e.g. if I were to merge three pages, I might want all links on the site to point to Page A)...

    I know I can redirect with UrlRewriting.config but I'd also like all the links updated.

    Thoughts?

    Cheers!

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Jan 20, 2012 @ 00:46
    Jeroen Breuer
    1

    I don't think this is possible out of the box. You could try to merge the 3 pages and than run some code which checks for references to the other pages (with an XPath for example) and update those links to point to the new page.

    Jeroen

  • Paul A 133 posts 368 karma points
    Jan 20, 2012 @ 16:53
    Paul A
    0

    Cheers, just wanted to check there wasn't some 'easy' way to do it. I'm pretty sure I messed up the DB last year by trying to update that stuff through SQL so I think I'll do it the old fashioned way this time! Not a prob.

Please Sign in or register to post replies

Write your reply to:

Draft