]> Kevux Git Server - kevux.org-website/commitdiff
Revert: Base HREF changes for special files.
authorKevin Day <thekevinday@gmail.com>
Sun, 31 Jul 2022 04:00:35 +0000 (23:00 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 31 Jul 2022 04:00:35 +0000 (23:00 -0500)
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
not_found.html
server_error.html

index f5f2d5acff5adc60e6c469dbe1c455bb2ef53cd2..f85c1d855ec44512ac33ca1cf6c862c0e551c1cf 100644 (file)
@@ -3,7 +3,7 @@
   <head>
     <title>Kevux Systems and Software - Access Denied (403)</title>
 
-    <base href="">
+    <base href="/">
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
index 071151590a5f68252a9f8bf475bb32e1e683ef79..7da895d27051e9ef50c87c7b9dbec21a2147bb65 100644 (file)
@@ -3,7 +3,7 @@
   <head>
     <title>Kevux Systems and Software - Page Not Found (404)</title>
 
-    <base href="">
+    <base href="/">
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
index a18dfa3e3a780e698d607f0f1295a2ecc13f68a4..9f00b2f97a5e7fb753a654fd8cdc0475bedf6afb 100644 (file)
@@ -3,7 +3,7 @@
   <head>
     <title>Kevux Systems and Software - Server Error (500)</title>
 
-    <base href="">
+    <base href="/">
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">