diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-30 12:13:04 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-30 12:13:04 -0400 |
commit | 51ad7c50786b2b6635339c62e42e9ccefdab188f (patch) | |
tree | 8bd11e4858a39c84a4d8d1a2719f766e4a2abf9b | |
parent | 6c6d94763b614ab4d425b831e2a8fe0409e631c3 (diff) |
add FAQ rewrite
darcs-hash:20080630161304-84dde-c7f390e99502d6092a6597789a74a3f7790d38ed.gz
-rw-r--r-- | htaccess.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 9e621d9d6..f9fc7f872 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -5,6 +5,7 @@ RewriteRule ^rss$ index.php?action=publicrss [L,QSA] RewriteRule ^xrds$ index.php?action=publicxrds [L,QSA] RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA] +RewriteRule ^doc/faq$ index.php?action=doc&title=faq [L,QSA] RewriteRule ^doc/help$ index.php?action=doc&title=help [L,QSA] RewriteRule ^doc/privacy$ index.php?action=doc&title=privacy [L,QSA] RewriteRule ^doc/source$ index.php?action=doc&title=source [L,QSA] |