Ok here we go, i have a rewrite like this
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?site.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?site.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?site.com [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ [
othersite.com...] [R,NC]
So another site is linking directly to my images, but with a text link, when that site is not fully loaded or mine not sure, be cause they also frame some of my site, then the text link goes to "othersite.com which is great, but when the site is fully loaded or mine, it goes to my image, so whats wrong here. It must be some timing or something, be cause the redirect in a way works.