how can we access one page from two different urls.

Theodoulos Iacovou asked on May 12, 2020 07:17

how can we access one page from two different urls. e.g. …\channels\tv and …\channels\radio should redirect to page …\channels or …\channels?opt=tv and …\channels?opt=radia should redirect to page …\channels

and how can we configure query string parameters in the navigation properties of a menu link

Recent Answers


Dmitry Bastron answered on May 12, 2020 10:02

Hi Theodoulos,

If you are on Kentico MVC version, you can use alternative URLs for these redirects. If you are on Kentico Portal Engine version, then you can use URL aliases for these redirects.

But in both cases you should be aware of the potential performance impact if you have lots of these redirects. My rule of thumb is if you need to setup more than 100 redirects - they must be configured outside of CMS - on proxy or loadbalancer. For example, you can use IIS URL rewrite module for this.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.