summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 9055669..6c84480 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,5 +3,6 @@ XBitHack on
RewriteEngine on
RewriteRule ^$ index.html [L]
+RewriteRule ^([^.]*)/$ $1.html [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]*)$ $1.html [L]