Skip to content

Instantly share code, notes, and snippets.

@Victa
Created May 30, 2011 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Victa/999212 to your computer and use it in GitHub Desktop.
Save Victa/999212 to your computer and use it in GitHub Desktop.
Create custom error pages
ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment