HI all,

I went digging in Google and found another AVS bulletin board and found the solution, here's the code that worked if anyone's interested.

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://.+.yourdomain.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+.avsofchoice.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+.cyberage.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+.unitedgaysites.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+.cybersexnetwork.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+.ugas.com/* [NC]
RewriteRule /* http://www.yourdomain.com/whatever.html [R,L]

For my purposes I just removed all of the lines relating to UGAS and their brands, and it worked fine.

Thanks
Dzinerbear