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