Options All -Indexes ErrorDocument 400 /error/400.html ErrorDocument 401 /error/401.html ErrorDocument 403 /error/403.html ErrorDocument 404 /error/404.html ErrorDocument 500 /error/500.html Code (markup): i have those set as error documents, but when i try to go to mydomain/error/500.html, it gives me the standard 500 error and not what's on my html page! 500 Internal Server Error The page cannot be displayed. Return to home page Code (markup): why can't i access my own error page?? (the perms are 644)