Thread
:
.haccess help, not hotlinking, but frame busting.
View Single Post
06-03-2002, 07:43 PM
spanky
Confirmed User
Industry Role:
Join Date: Apr 2002
Posts: 231
you could just block that domain
RewriteEngine on
RewriteCond %{HTTP_REFERER} http://www.bad-guys.com/.* [NC]
RewriteRule .* - [F]
cheers
spanky
View Public Profile
Find More Posts by spanky