aboutsummaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
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">