|
If he is seeing the original image then most likely his browser or firewall is not returning a referer... which a number of browsers and firewalls don't do. If you remove
rewritecond %{HTTP_REFERER} !^$
and get a red X instead of an image then that is the case. There is nothing you can do to prevent this from happening.
|