diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..eeff7bb --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ +Options +Includes + +AddType text/html .html +AddOutputFilter INCLUDES .html + +DirectoryIndex index.html |