Creating, using and customizing error pages to enhance user experience.
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-pagesI 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-errorIn JSPs, you may use response.sendError(int code, String message) to return a particular error code (eg 404 for not …
jsp tomcat custom-error-pagesHere's the relevant part of the .htaccess file: AuthUserFile /var/www/mywebsite/.htpasswd AuthGroupFile /dev/null AuthName protected AuthType Basic …
apache apache2 custom-error-pagesI'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-pagesI'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-pagesI am new to PHP web development. I want to know is there any code in PHP that redirects me …
php jsp custom-error-pagesI tried to use <error-page> <exception-type>java.lang.Exception</exception-type> <location>/errors/…
java web.xml custom-error-pages deployment-descriptorI'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 viewexpiredexceptionI used the below code to try to get the current user ID in prestashop.. am placing this code in …
prestashop custom-error-pages