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