aboutsummaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2014-06-09 12:47:30 +0000
committerNathan Lasseter <nathan@4574.co.uk>2014-06-09 12:47:30 +0000
commitddf5eebee1b6ce706c4d7fa78c66e1e13abc3821 (patch)
treef5c0b6e87acab427ffcb93262d7c30a0743636b4 /htaccess.sample
parentd9c3e6cce5ae3272f52ceec4cc79afaef24b5925 (diff)
Fixed RSS feed and changed title from archives.php to postsHEADmaster
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 42b34d4..7f519d4 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -1,6 +1,7 @@
RewriteEngine on
-RewriteRule ^feed$ /rss.php
+RewriteRule ^feed/?$ /rss.php
+RewriteRule ^posts/?$ /archives.php
RewriteRule ^post/(.*)$ /viewpost.php?post=$1
<Files "dopost.php">