From 146e74ab498b43572895ef06f22be6a6d2251a6a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 00:20:47 -0400 Subject: Really really really fix URL rewriting. --- (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index ceaaf59..e07c6c3 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,6 @@ Options +Includes +FollowSymLinks XBitHack on RewriteEngine on -RewriteRule ^/$ index.html [L] +RewriteRule ^$ index.html [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1.html [L] -- cgit v0.9.1