Relative Content

Tag Archive for phpapacheerror-handlingcustom-error-pageserrordocument

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 Apache can throw at a user, and to redirect said user to my error controller which would then render the error in a more user friendly manner. However, it does not seem work.