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
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.
Please, sign in to be able to submit a new answer.