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.
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.
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.
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!
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
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.
is working on a reply...