add xrds for trust root URL

darcs-hash:20080618182647-84dde-e75e2c3441e8441ad6602f36fd9b7bf6ca39e70d.gz
This commit is contained in:
Evan Prodromou
2008-06-18 14:26:47 -04:00
parent 7ce5ed8081
commit 1d867396fa
5 changed files with 86 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ RewriteEngine On
RewriteRule ^$ index.php?action=public [L,QSA]
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/help$ index.php?action=doc&title=help [L,QSA]