summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess5
1 files changed, 4 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index f9e8f01..3f044bb 100755
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,7 @@
-Options +FollowSymlinks
+Options +FollowSymlinks +Includes
+AddType text/html .shtml
+AddOutputFilter INCLUDES .shtml
+DirectoryIndex index.shtml index.html
<Files ~ "^.*\.([Hh][Tt][Aa])">
Order allow,deny
Deny from all