Quote:
Originally Posted by sharphead
If you know the referring links you can block those using this:
Code:
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?fusker\.lv/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]
Just add lines as necessary....
|
awesome m8! ... thats exactly whut I needed
