Sparky= cd34
I don't really understand much of this. I just know what has worked for me over the years through much trial and error.
I removed all wildcards from my stuff after getting hit by hotlinjers either using folders with my domain in them or subdomains.
I stated putting these 3 variations in after I found that it was blocking images sometimes when I didn't want it to.
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com:80.*$ [NC]
As with anything much testing is always good.
|