Top "Custom-error-pages" questions

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

PHP - Display a 404 Error without redirecting to another page

I want to display a 404 Error if a user reaches a page that exists but I don't want him/her …

php custom-error-pages
How do I display custom error pages in Asp.Net Mvc 3?

I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry …

asp.net-mvc-3 error-handling iis-express custom-error-pages http-error
How to get the message in a custom error page (Tomcat)?

In JSPs, you may use response.sendError(int code, String message) to return a particular error code (eg 404 for not …

jsp tomcat custom-error-pages
Custom error page in Apache2 for 401

Here's the relevant part of the .htaccess file: AuthUserFile /var/www/mywebsite/.htpasswd AuthGroupFile /dev/null AuthName protected AuthType Basic …

apache apache2 custom-error-pages
SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed below

I'm trying to use some error pages in a JSF application which is deployed on IBM WebSphere Application Server 8.0.0.8. They …

jsf-2 exception-handling websphere custom-error-pages
Custom error pages with templates in CodeIgniter

I'm using the template library for CodeIgniter, http://williamsconcepts.com/ci/codeigniter/libraries/template/reference.html, and now I want …

php error-handling codeigniter-2 custom-error-pages
Redirect to custom error page if there is error in the page

I am new to PHP web development. I want to know is there any code in PHP that redirects me …

php jsp custom-error-pages
How can I catch all errors to same page from web.xml?

I tried to use <error-page> <exception-type>java.lang.Exception</exception-type> <location>/errors/…

java web.xml custom-error-pages deployment-descriptor
ViewExpiredException shown in java.lang.Throwable error-page in web.xml

I'm working on a JSF web application in which I need to bring up a "Session Expired" page if the …

jsf servlets web.xml custom-error-pages viewexpiredexception
How to get Prestashop current user id?

I used the below code to try to get the current user ID in prestashop.. am placing this code in …

prestashop custom-error-pages