From 150528d84cbcc4fe4fc6a096bf042a77d3876f93 Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:26:40 -0400 Subject: [PATCH] test --- .htaccess | 2 +- error/401.html => 401.html | 0 {error => 404}/404.html | 0 error/410.html => 410.html | 0 error/500.html => 500.html | 0 error/502.html => 502.html | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename error/401.html => 401.html (100%) rename {error => 404}/404.html (100%) rename error/410.html => 410.html (100%) rename error/500.html => 500.html (100%) rename error/502.html => 502.html (100%) diff --git a/.htaccess b/.htaccess index a23a769..6398174 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -ErrorDocument 404 /error/404.html +ErrorDocument 404 /404/ ErrorDocument 401 /error/401.html ErrorDocument 500 /error/500.html ErrorDocument 502 /error/502.html diff --git a/error/401.html b/401.html similarity index 100% rename from error/401.html rename to 401.html diff --git a/error/404.html b/404/404.html similarity index 100% rename from error/404.html rename to 404/404.html diff --git a/error/410.html b/410.html similarity index 100% rename from error/410.html rename to 410.html diff --git a/error/500.html b/500.html similarity index 100% rename from error/500.html rename to 500.html diff --git a/error/502.html b/502.html similarity index 100% rename from error/502.html rename to 502.html