summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.htaccess3
1 files changed, 2 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 85c54ce..ceaaf59 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,5 +2,6 @@ Options +Includes +FollowSymLinks
XBitHack on
RewriteEngine on
-RewriteCond %{REQUEST_FILENAME} !\.html$
+RewriteRule ^/$ index.html [L]
+RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ $1.html [L]