modified: .htaccess
renamed: err/401.html -> 401.html renamed: err/404.html -> 404.html renamed: err/410.html -> 410.html renamed: err/500.html -> 500.html renamed: err/502.html -> 502.html deleted: err/.htaccess
This commit is contained in:
parent
1a76b397ba
commit
35d626af7e
@ -1,3 +1,8 @@
|
|||||||
|
ErrorDocument 404 404.html
|
||||||
|
ErrorDocument 401 401.html
|
||||||
|
ErrorDocument 500 500.html
|
||||||
|
ErrorDocument 502 502.html
|
||||||
|
ErrorDocument 410 410.html
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
#RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
#RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||||
#RewriteCond %{HTTPS} off
|
#RewriteCond %{HTTPS} off
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
ErrorDocument 404 404.html
|
|
||||||
ErrorDocument 401 401.html
|
|
||||||
ErrorDocument 500 500.html
|
|
||||||
ErrorDocument 502 502.html
|
|
||||||
ErrorDocument 410 410.html
|
|
Loading…
x
Reference in New Issue
Block a user