We are using IContentFinder
implementation to route Umbraco pages to products in external database. Categories are managed in Umbraco. Turns out, if we rename category, the old CATEGORY page will automatically redirect to the new via (via the URL tracker), but if I open old_category/productId
page, redirection does not happen. I need either to get access to all old URLs in order to find the relevant new URL - or check if old_category
node redirects to the new URL.
How can I do that programmatically? I'm using Umbraco 7.11