Hi Everyone,
i am trying to import URL redirection module but none of them work. I followed the following link too: https://devnet.kentico.com/articles/url-redirection
I am using Kentico 13.0.62 as CMS version
Thanks, Chandra
That URL redirection module ONLY works for Version 12 and older portal engine development sites. It will NOT work for Version 13 or MVC sites.
Hi Brender, Thank you for your reply. Can you please help me how can we implement URL redirection on Kentico 13 Projects on CMS and .Net core on front end website.
Use content tree based routing and alternative urls.
I've written about how to restore the page-level configurable redirection to Kentico Xperience 13 (ASP.NET Core).
Check out my blog post Bits of Xperience: Supercharged Page Custom Data Fields which shows how to use a custom Form Control Extender to redirect Page Type field data to be stored in DocumentCustomData.
DocumentCustomData
Then you can use the Xperience Page Navigation Redirects NuGet package to add this capability to your pages.
Old post i know, but the Url Redirection Module may help, you can manage custom redirections through it to help.
Please, sign in to be able to submit a new answer.