]> Kevux Git Server - kevux.org-website/commitdiff
Bugfix: The not found and access denied pages base path must be '/'.
authorKevin Day <thekevinday@gmail.com>
Sat, 7 May 2022 21:29:39 +0000 (16:29 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 7 May 2022 21:30:23 +0000 (16:30 -0500)
access_denied.html
not_found.html

index 3ee7f72173dc1a7c80788cba35043fb4dc66c062..ca72cdd655e9f9a43aa31f5a2c2c73c89bd724e3 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="viewport" content="width=device-width, initial-scale=1.0">
index 591fe5684308d8e8f744adaf61fa691708dc9ee2..89769b34bad9f1fefd61a10fd2ac46f3247d8b3f 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="viewport" content="width=device-width, initial-scale=1.0">