summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-02-17 20:03:45 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-02-17 20:03:45 -0500
commit7d24ba9cb37666b6fb273920b3bc4fe6286f552a (patch)
treee32c2ff340f776103260cf4c0710a18171de662d /.htaccess
parent9453f11a2984d338091254f2ace14725ed296dc6 (diff)
downloadweb-7d24ba9cb37666b6fb273920b3bc4fe6286f552a.tar.xz
Homepage readability improvement program part 1.
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess4
1 files changed, 3 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index f9e8f01..4d03aa3 100755
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,6 @@
-Options +FollowSymlinks
+Options +FollowSymlinks +Includes
+AddType text/html .shtml
+AddOutputFilter INCLUDES .shtml
<Files ~ "^.*\.([Hh][Tt][Aa])">
Order allow,deny
Deny from all