Skip to content

Instantly share code, notes, and snippets.

@ReekenX
Created March 19, 2014 05:07
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 ReekenX/9635729 to your computer and use it in GitHub Desktop.
Save ReekenX/9635729 to your computer and use it in GitHub Desktop.
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