summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:03:02 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:03:02 (EDT)
commit2d3c3e2b52479a162d03791f8fd35f562096ad09 (patch)
treee60d5fa6f0897d1a5d99f2600e8d653a0889099b /.htaccess
parent8810bcbdcf57344ce2ac7f1b98b1689c5320221f (diff)
Make rewrite rule final.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 36ce228..0af5056 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,4 +2,4 @@ Options +Includes
XBitHack on
RewriteEngine on
-RewriteRule ^(.*) $1.html
+RewriteRule ^(.*) $1.html [L]