From b7f2db4379d1a0aa095a7b8658a2fa2c6605594f Mon Sep 17 00:00:00 2001
From: Chris Xiong <chirs241097@gmail.com>
Date: Sat, 17 Feb 2024 20:07:22 -0500
Subject: I'm a dumbass.

---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index 4d03aa3..bd099f0 100755
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,7 @@
 Options +FollowSymlinks +Includes
 AddType text/html .shtml
 AddOutputFilter INCLUDES .shtml
+DirectoryIndex index.shtml
 <Files ~ "^.*\.([Hh][Tt][Aa])">
 	Order allow,deny
 	Deny from all
-- 
cgit v1.2.3