Magnus Manske magnusmanske@googlemail.com wrote:
.htaccess is your friend :-)
[...]
To be a bit more explicit :-):
| Redirect /~$USERONTOOLSERVER/ http://tools.wmflabs.org/$TOOLONTOOLS/
in ~/public_html/.htaccess should redirect all requests from the former to the latter while preserving the rest of the URL, i. e. http://toolserver.org/~$USERONTOOLSERVER/abc.php?def=ghi gets redirected to http://tools.wmflabs.org/$TOOLONTOOLS/abc.php?def=ghi. You can limit this to subdirectories or single files as well.
Every few days, you can then log into ortelius and wolfsbane and grep /var/log/http/access for $USERONTOOLSERVER. You should see requests with status (sixth field) 302, and the eighth field is the referring page.
Tim