Folder redirect

Alex Koshel asked on October 11, 2025 20:42

I have many Type:Folders and they have their own URLs, for example, http://localhost/_pages/. How can I globally implement 404 page display for all these types? Using kentico 11 portal template

Recent Answers


Juraj Ondrus answered on October 12, 2025 04:43

I would use IIS URL Rewriting rules for better performance. Or, if you want to do it on Kentico app level, use the request event handler and check the requested URL and then perform desired action.

0 votesVote for this answer Mark as a Correct answer

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