diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:07:22 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:07:22 -0500 |
commit | b7f2db4379d1a0aa095a7b8658a2fa2c6605594f (patch) | |
tree | 162005f37cd31aa66b476311dac35972a6cd3a45 /.htaccess | |
parent | c020202d208390ce9e50779da8bbab4790ae064e (diff) | |
download | web-b7f2db4379d1a0aa095a7b8658a2fa2c6605594f.tar.xz |
I'm a dumbass.
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |