diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-30 13:13:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-30 13:13:17 -0400 |
commit | c784f60a40664e214a126c9ff1909f2f8bda37ee (patch) | |
tree | dc427ec0fa755ba2dca15de67b14e844a2b7e4ab | |
parent | 5121cbebe4e48a9fcbd9b4148803c403421ddbe5 (diff) |
link for im
darcs-hash:20080630171317-84dde-90df9a852df935c50507cd6986583fd80c2b1fd6.gz
-rw-r--r-- | htaccess.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index f9fc7f872..915ace4b6 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -7,6 +7,7 @@ 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/im$ index.php?action=doc&title=im [L,QSA] RewriteRule ^doc/privacy$ index.php?action=doc&title=privacy [L,QSA] RewriteRule ^doc/source$ index.php?action=doc&title=source [L,QSA] |