digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

[Feature] Custom 404 error pages #344

Closed myniva closed 9 years ago

myniva commented 9 years ago

Add a new request handler (NotFoundRequestHandler) which usually should be at the very end of the request handler chain. It checks if there is an error page configured for the requested path and returns it if present.