-
-
Save dneail22/58882bcee625e448f4b1db10f7299eec to your computer and use it in GitHub Desktop.
htaccess file to add
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Errors by Dneail | |
ErrorDocument 400 /errors/400.shtml | |
ErrorDocument 401 /errors/401.shtml | |
ErrorDocument 403 /errors/403.shtml | |
ErrorDocument 404 /errors/404.shtml | |
ErrorDocument 405 /errors/405.shtml | |
ErrorDocument 406 /errors/406.shtml | |
ErrorDocument 407 /errors/407.shtml | |
ErrorDocument 408 /errors/408.shtml | |
ErrorDocument 409 /errors/409.shtml | |
ErrorDocument 410 /errors/410.shtml | |
ErrorDocument 411 /errors/411.shtml | |
ErrorDocument 412 /errors/412.shtml | |
ErrorDocument 413 /errors/413.shtml | |
ErrorDocument 414 /errors/414.shtml | |
ErrorDocument 415 /errors/415.shtml | |
ErrorDocument 416 /errors/416.shtml | |
ErrorDocument 417 /errors/417.shtml | |
ErrorDocument 422 /errors/422.shtml | |
ErrorDocument 423 /errors/423.shtml | |
ErrorDocument 424 /errors/424.shtml | |
ErrorDocument 500 /errors/500.shtml | |
ErrorDocument 501 /errors/501.shtml | |
ErrorDocument 502 /errors/502.shtml | |
ErrorDocument 504 /errors/504.shtml | |
ErrorDocument 505 /errors/505.shtml | |
ErrorDocument 506 /errors/506.shtml | |
ErrorDocument 507 /errors/507.shtml | |
ErrorDocument 510 /errors/510.shtml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment