summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:20:47 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:20:47 (EDT)
commit146e74ab498b43572895ef06f22be6a6d2251a6a (patch)
treee7ed0fc7a1739222d6264b6dc3513dd1784d6a55 /.htaccess
parent5fb197f394bbac9df3a2380bcb09014b43f32c8a (diff)
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 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]