Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom error pages for 404, 500 status codes #110

Open
GoogleCodeExporter opened this issue Oct 11, 2015 · 6 comments
Open

Custom error pages for 404, 500 status codes #110

GoogleCodeExporter opened this issue Oct 11, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

This can be implemented either through Mongoose web server error handling 
mechanism, or through the OnLoadError() callback in CEF.

For now I see only use for it for 404 pages. But there might be other cases, 
like directory listing denial (500?). PHP errors can be handled via 
set_error_handler and set_exception_handler functions. Though we might support 
all 5xx status codes here as well.

Original issue reported on code.google.com by czarek.t...@gmail.com on 8 May 2014 at 11:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant