From 1a76b397ba92ee1af1dbc536c410d9e418cc5f1a Mon Sep 17 00:00:00 2001 From: edwark43 Date: Sat, 1 Apr 2023 03:47:59 -0400 Subject: [PATCH] test --- .htaccess | 5 ----- err/.htaccess | 5 +++++ 401.html => err/401.html | 0 404.html => err/404.html | 0 410.html => err/410.html | 0 500.html => err/500.html | 0 502.html => err/502.html | 0 7 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 err/.htaccess rename 401.html => err/401.html (100%) rename 404.html => err/404.html (100%) rename 410.html => err/410.html (100%) rename 500.html => err/500.html (100%) rename 502.html => err/502.html (100%) 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