Top "Errordocument" questions

Single ErrorDocument directive to catch all errors (.htaccess)

Is there something like a wildcard directive to catch all possible errors and deal with them in a single custom …

apache .htaccess mod-rewrite errordocument
Apache's ErrorDocument directive does not redirect

I have a bunch of ErrorDocument directives in my .htaccess file in order to catch almost all the possible errors …

php apache error-handling custom-error-pages errordocument
.htaccess show 404, 403, 500, error pages via PHP

How can I make .htaccess display errors from a PHP file? I mean when I search a non-existing file .htaccess …

php apache .htaccess errordocument
How to solve add a custom error 503 page html on ubuntu apache2 using it with mod_jk and virtual host redirecting to tomcat

I tried all I found at apache documentation and other sugestions found at stackoverflow and blogs. When I add the …

html tomcat ubuntu apache2 errordocument
Apache ErrorDocument not working for PHP 500 error

I have a number of ErrorDocuments setup in my .htaccess file for errors such as 404, 401, 403 etc which all redirect to …

apache errordocument
Error document and rewriting URL

I would like to use a custom page for some HTTP error, so I use the .htaccess file. At the …

http .htaccess url-rewriting errordocument
Apache throws 401 Unauthorized

This is my VirtualHost configuration: <VirtualHost *:80> ServerName example.com DocumentRoot /var/www/example.com/public <Directory /var/…

apache location virtualhost unauthorized errordocument