From 514f170b60058602957964f6946a139f24cc56bb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 18 Jul 2012 16:42:41 +0300 Subject: [PATCH] .htaccess: add DirectoryIndex index.html sitemap.html --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index da20d2b..70dbfcf 100644 --- a/.htaccess +++ b/.htaccess @@ -4,3 +4,4 @@ Options +Includes +Indexes AddType text/html shtml AddHandler server-parsed shtml AddDefaultCharset utf-8 +DirectoryIndex index.html sitemap.html