We are thinking about migration from Kentico CMS to Kontent. So far we are found answers to most of our navigation related questions. But one question remains not clear. How to implement page aliases in MVC.NET+Kontent application.
Not rare business case when some page, let's say sub-productAA is being moved from productA to ProductB.
For instance: from /products/ProductA/sub-productAA it becomes /products/ProductB/sub-productsAA . Let's assume, that sub-productAA was advertised in a 3rd party website by it's original URL: /products/ProductA/sub-productAA .
Now original URL is dead. How to handle this situation?
Another example that product has been renamed and slug has been renamed as well to better address product mean. And original URL has been published elsewhere. How handle it and properly redirect to a new URL ?
Thank you,