Forum Moderators: phranque
#error_documents
ErrorDocument 500 /errorpages/error500.html
ErrorDocument 404 /errorpages/error404.html
ErrorDocument 403 /errorpages/error403.html
ErrorDocument 401 /errorpages/error401.html
ErrorDocument 400 /errorpages/error400.html
For example, if you have an external redirect rule that may be activated by a request for an error document, then it may interfere with the error document handler.
Also, a meta-refresh on the custom error page itself will change the displayed URL.
Jim