summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:15:14 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:15:14 (EDT)
commit5bda15d8321ba4173da8456426d8066fe8e5b4cd (patch)
tree36442b8b29c65670f4e4c6dce82d3a6ad39ac237 /.htaccess
parent6777eb1fa007fd1f55525b23cdd5b28e02c77982 (diff)
Really fix URL rewriting.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
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]