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