diff --git a/.htaccess b/.htaccess index bf6aae6..310d3a1 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,8 @@ -ErrorDocument 404 404/ -ErrorDocument 401 /error/401.html -ErrorDocument 500 /error/500.html -ErrorDocument 502 /error/502.html -ErrorDocument 410 /error/410.html +ErrorDocument 404 404.html +ErrorDocument 401 401.html +ErrorDocument 500 500.html +ErrorDocument 502 502.html +ErrorDocument 410 410.html RewriteEngine On #RewriteCond %{HTTP:X-Forwarded-Proto} !https #RewriteCond %{HTTPS} off diff --git a/404/404.html b/404.html similarity index 100% rename from 404/404.html rename to 404.html