diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:03:45 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:03:45 -0500 |
commit | 7d24ba9cb37666b6fb273920b3bc4fe6286f552a (patch) | |
tree | e32c2ff340f776103260cf4c0710a18171de662d /.htaccess | |
parent | 9453f11a2984d338091254f2ace14725ed296dc6 (diff) | |
download | web-7d24ba9cb37666b6fb273920b3bc4fe6286f552a.tar.xz |
Homepage readability improvement program part 1.
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |