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