From 5bda15d8321ba4173da8456426d8066fe8e5b4cd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 00:15:14 -0400 Subject: Really fix URL rewriting. --- (limited to '.htaccess') 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] -- cgit v0.9.1