diff --git a/.htaccess b/.htaccess index 310d3a1..05cbc13 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,3 @@ -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/err/.htaccess b/err/.htaccess new file mode 100644 index 0000000..ad52b05 --- /dev/null +++ b/err/.htaccess @@ -0,0 +1,5 @@ +ErrorDocument 404 404.html +ErrorDocument 401 401.html +ErrorDocument 500 500.html +ErrorDocument 502 502.html +ErrorDocument 410 410.html \ No newline at end of file diff --git a/401.html b/err/401.html similarity index 100% rename from 401.html rename to err/401.html diff --git a/404.html b/err/404.html similarity index 100% rename from 404.html rename to err/404.html diff --git a/410.html b/err/410.html similarity index 100% rename from 410.html rename to err/410.html diff --git a/500.html b/err/500.html similarity index 100% rename from 500.html rename to err/500.html diff --git a/502.html b/err/502.html similarity index 100% rename from 502.html rename to err/502.html