Top "Custom-error-pages" questions

Creating, using and customizing error pages to enhance user experience.

How to specify the default error page in web.xml?

I am using <error-page> element in web.xml to specify the friendly error page when user encounters a …

java jsp servlets web.xml custom-error-pages
Rewrite URL after redirecting 404 error htaccess

So I know this may seem a little strange but I for sake of consistency, I would like all my …

.htaccess redirect url-rewriting rewrite custom-error-pages
Routing for custom ASP.NET MVC 404 Error page

I am trying to make a custom HTTP 404 error page when someone types in a URL that doesn't invoke a …

asp.net asp.net-mvc asp.net-mvc-routing http-status-code-404 custom-error-pages
ASP.NET custom error page - Server.GetLastError() is null

I have a custom error page set up for my application: <customErrors mode="On" defaultRedirect="~/errors/GeneralError.aspx" /> …

asp.net exception web-applications custom-error-pages
Implementing a Custom Error page on an ASP.Net website

I have an ASP.Net website and I want to use a custom error page. I put the following code …

asp.net web-config custom-error-pages custom-errors
ASP.NET MVC HandleError

How do I go about the [HandleError] filter in asp.net MVC Preview 5? I set the customErrors in my Web.…

asp.net-mvc custom-error-pages handleerror
ASP.NET MVC 5 Custom Error Page

I am using a custom authorize attribute in a ASP.NET MVC 5 application like following: public class CustomAuthorizeAttribute : AuthorizeAttribute { protected …

asp.net-mvc custom-error-pages custom-errors
How to show user-friendly error page in browser when runtime exception is thrown by servlet?

I'm developing web-application with JSF. I tested it as I was able to but from time to time runtime exceptions …

jsp jsf facelets custom-error-pages
nginx not serving my error_page

I have a Sinatra application hosted with Unicorn, and nginx in front of it. When the Sinatra application errors out (…

nginx custom-error-pages
Return custom 403 error page with nginx

Im trying to display the error page in /temp/www/error403.html whenever a 403 error occurs. This should be whenever …

webserver nginx http-status-code-403 custom-error-pages