From: Evan Prodromou Date: Mon, 30 Jun 2008 16:13:04 +0000 (-0400) Subject: add FAQ rewrite X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51ad7c50786b2b6635339c62e42e9ccefdab188f;p=quix0rs-gnu-social.git add FAQ rewrite darcs-hash:20080630161304-84dde-c7f390e99502d6092a6597789a74a3f7790d38ed.gz --- diff --git a/htaccess.sample b/htaccess.sample index 9e621d9d60..f9fc7f872f 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]