diff options
author | P. 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) |
commit | 146e74ab498b43572895ef06f22be6a6d2251a6a (patch) | |
tree | e7ed0fc7a1739222d6264b6dc3513dd1784d6a55 | |
parent | 5fb197f394bbac9df3a2380bcb09014b43f32c8a (diff) |
Really really really fix URL rewriting.
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |