]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - htaccess.sample
change from using tag uris to http urls for identifiers
[quix0rs-gnu-social.git] / htaccess.sample
index cd8ba10038b6fc9a46cd1f1a5d0cdf80dcbeed67..41ae878c63f9362e094be642c1efa858ed28ab1b 100644 (file)
@@ -27,6 +27,8 @@ RewriteRule ^settings/openid$ index.php?action=openidsettings [L,QSA]
 RewriteRule ^notice/new$ index.php?action=newnotice [L,QSA]
 RewriteRule ^notice/(\d+)$ index.php?action=shownotice&notice=$1 [L,QSA]
 
+RewriteRule ^user/(\d+)$ index.php?action=userbyid&id=$1 [L,QSA]
+
 RewriteRule ^(\w+)/subscriptions$ index.php?action=subscriptions&nickname=$1 [L,QSA]
 RewriteRule ^(\w+)/subscribers$ index.php?action=subscribers&nickname=$1 [L,QSA]
 RewriteRule ^(\w+)/xrds$ index.php?action=xrds&nickname=$1 [L,QSA]