Hey,
I have a vbulletin forum and I was checking my site stats and noticed that someone is hotlinking an avatar from my forum. It's another site's forum where the user is hotlinking the avatar to use in their own profile. How do I prevent this?
I currently have my htaccess file setup so that nothing can be hotlinked from my site, but it won't work for my forum. I have this:
===========
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://mysite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com/forums/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/forums/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|rm|RM|ram|RAM)$ - [F]
===========
It works for my site, but not for the forums. Can anyone offer any suggestions?
Thanks.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks