diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:52:10 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-02-17 20:52:10 -0500 |
commit | afcd2d3f9473ecfd2eded3edb41efe7fbe8c86c3 (patch) | |
tree | 5409a2130cb413560f4284d42760bac1b33589d6 /.htaccess | |
parent | 42e556b519e4e8788b44212dd1e96be4d2c662f7 (diff) | |
download | web-afcd2d3f9473ecfd2eded3edb41efe7fbe8c86c3.tar.xz |
well that was not it...
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Options +FollowSymlinks +Includes AddType text/html .shtml AddOutputFilter INCLUDES .shtml -DirectoryIndex index.shtml +DirectoryIndex index.shtml index.html <Files ~ "^.*\.([Hh][Tt][Aa])"> Order allow,deny Deny from all |