added some base code for the blog page nothing fancy

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2023-06-03 14:09:23 +01:00
parent 4bacef2130
commit 23f7ff4dc5
14 changed files with 65 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.html [QSA,L]