From 6777eb1fa007fd1f55525b23cdd5b28e02c77982 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 00:13:05 -0400 Subject: Fix URL rewriting. --- (limited to '.htaccess') 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] -- cgit v0.9.1