Fixed custom errors in htaccess
This commit is contained in:
parent
878f1ba49c
commit
4587a30cd0
18
.htaccess
18
.htaccess
@ -1,10 +1,10 @@
|
||||
ErrorDocument 401 /401.html
|
||||
ErrorDocument 403 /403.html
|
||||
ErrorDocument 404 /404.html
|
||||
ErrorDocument 405 /405.html
|
||||
ErrorDocument 406 /406.html
|
||||
ErrorDocument 412 /412.html
|
||||
ErrorDocument 401 /_error/401.html
|
||||
ErrorDocument 403 /_error/403.html
|
||||
ErrorDocument 404 /_error/404.html
|
||||
ErrorDocument 405 /_error/405.html
|
||||
ErrorDocument 406 /_error/406.html
|
||||
ErrorDocument 412 /_error/412.html
|
||||
|
||||
ErrorDocument 500 /500.html
|
||||
ErrorDocument 501 /501.html
|
||||
ErrorDocument 502 /502.html
|
||||
ErrorDocument 500 /_error/500.html
|
||||
ErrorDocument 501 /_error/501.html
|
||||
ErrorDocument 502 /_error/502.html
|
||||
|
Loading…
Reference in New Issue
Block a user