URL Aliases

Brenden Kehren asked on June 30, 2015 17:25

Working on 8.2 instance in portal mode and looking to do some redirects within Kentico without having to use IIS for legacy pages. The old site is a PHP site and I can enter a standard URL alias with the .PHP extension and it works as expected.

What I've found is they have odd URL's like this that need to be handled. Can this be done within the URL Aliases because I haven't been able to get it to work as expected. If I have to make an IIS change, I'm for it, just didn't want to add complexity to the setup.

http://domain.com/index.php/Somepage

So it appears the index page does all the routing just not sure how to handle the extension and parameter. I've tried a extension of .php/Somepage and receive the 404 page so it's not resolving. I've also tried entering the `.php/Somepage in the URL and it removes the period and forward slash.

Recent Answers


Juraj Ondrus answered on July 22, 2015 13:05

Hi Brenden,

You can also use the Route option for the page aliases. But I would go with the IIS level - this may be easier and more straight forward I think.

0 votesVote for this answer Mark as a Correct answer

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