From 0efc3b3f7312d6cdab34d2215b298d87e1000378 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 30 Jul 2022 23:00:35 -0500 Subject: [PATCH] Revert: Base HREF changes for special files. I completely forgot about this commit: d5a8c61818e1ba72da14003a41b10a3b0971d81c. It seems that the base path must be "/" for these special files due to how they are served from the ".htaccess" conditions. --- access_denied.html | 2 +- not_found.html | 2 +- server_error.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/access_denied.html b/access_denied.html index f5f2d5a..f85c1d8 100644 --- a/access_denied.html +++ b/access_denied.html @@ -3,7 +3,7 @@ Kevux Systems and Software - Access Denied (403) - + diff --git a/not_found.html b/not_found.html index 0711515..7da895d 100644 --- a/not_found.html +++ b/not_found.html @@ -3,7 +3,7 @@ Kevux Systems and Software - Page Not Found (404) - + diff --git a/server_error.html b/server_error.html index a18dfa3..9f00b2f 100644 --- a/server_error.html +++ b/server_error.html @@ -3,7 +3,7 @@ Kevux Systems and Software - Server Error (500) - + -- 1.8.3.1