From 4c49a2363c8f3e11bed5a35ec6a621bf42a0528c Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:32:06 -0400 Subject: [PATCH] test --- .htaccess | 10 +++++----- 404/404.html => 404.html | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename 404/404.html => 404.html (100%) 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