http://76.73.39.226/?xurl=http://76.73.39.226/IAR19tTE6R7M6lu3c2990f77aa8229cb50993b3c84185e3228x&xref=http://mysite.com
There is 'xurl' and 'xref' in urls constantly.
I can block these visitors by the following code in my root htaccess?
RewriteCond %{HTTP_REFERER} (?xurl=) [NC,OR]
RewriteCond %{HTTP_REFERER} (&xref=) [NC]
RewriteRule .* - [F,L]
thanks.










