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