diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 07:51:02 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 07:51:02 +0000 |
commit | aa100884fbfb7f14613f402b5eabdcd9637faf57 (patch) | |
tree | 31e1f5a8e1ba88f90bdaad6c0166e4fa0a2577d7 /htaccess.sample | |
parent | 965d4db26560892024503f538f107604b0f1bb45 (diff) | |
parent | 8114676bd4fd783ba9580a5dbf8bf0029a1554c9 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index f187395ec..d94652bfd 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -21,6 +21,9 @@ RewriteRule ^doc/openid$ index.php?action=doc&title=openid [L,QSA] RewriteRule ^doc/openmublog$ index.php?action=doc&title=openmublog [L,QSA] RewriteRule ^doc/privacy$ index.php?action=doc&title=privacy [L,QSA] RewriteRule ^doc/source$ index.php?action=doc&title=source [L,QSA] +RewriteRule ^doc/tags$ index.php?action=doc&title=tags [L,QSA] +RewriteRule ^doc/groups$ index.php?action=doc&title=groups [L,QSA] +RewriteRule ^doc/sms$ index.php?action=doc&title=sms [L,QSA] RewriteRule ^facebook/$ index.php?action=facebookhome [L,QSA] RewriteRule ^facebook/index.php$ index.php?action=facebookhome [L,QSA] |