From 35d626af7ee20a016cdcd730abc1bfcae96af945 Mon Sep 17 00:00:00 2001 From: edwark43 Date: Sat, 1 Apr 2023 03:51:37 -0400 Subject: [PATCH] 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 --- .htaccess | 5 +++++ err/401.html => 401.html | 0 err/404.html => 404.html | 0 err/410.html => 410.html | 0 err/500.html => 500.html | 0 err/502.html => 502.html | 0 err/.htaccess | 5 ----- 7 files changed, 5 insertions(+), 5 deletions(-) rename err/401.html => 401.html (100%) rename err/404.html => 404.html (100%) rename err/410.html => 410.html (100%) rename err/500.html => 500.html (100%) rename err/502.html => 502.html (100%) delete mode 100644 err/.htaccess diff --git a/.htaccess b/.htaccess index 05cbc13..310d3a1 100644 --- a/.htaccess +++ b/.htaccess @@ -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 #RewriteCond %{HTTP:X-Forwarded-Proto} !https #RewriteCond %{HTTPS} off diff --git a/err/401.html b/401.html similarity index 100% rename from err/401.html rename to 401.html diff --git a/err/404.html b/404.html similarity index 100% rename from err/404.html rename to 404.html diff --git a/err/410.html b/410.html similarity index 100% rename from err/410.html rename to 410.html diff --git a/err/500.html b/500.html similarity index 100% rename from err/500.html rename to 500.html diff --git a/err/502.html b/502.html similarity index 100% rename from err/502.html rename to 502.html diff --git a/err/.htaccess b/err/.htaccess deleted file mode 100644 index ad52b05..0000000 --- a/err/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -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