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