I am already doing it,
For example I have two sites,
www.somesite.com
somedomain.somesite.com
I want to only consider everything after the first '.'
<sandr "http://=www\.?[^/]+.*" "\3" $urllisting>
this one only removes if the url starts with 'www', what would I change to return everything after the first '.' ?