summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:23:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:23:09 (EDT)
commitad1a8e6576e19a7bafe109a07f15b8959ca80c38 (patch)
tree9f1d5aefc338fa695b5f1f4e1cf769d8cd3a6c1e /.htaccess
parent146e74ab498b43572895ef06f22be6a6d2251a6a (diff)
Really really really 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 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]