bcarl314
08-03-2003, 06:12 PM
I've uploaded the image 'redir.jpg' to my webserver, and an .htaccess file containing the following lines:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?artisticphotoz.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ http://artisticphotoz.com/redir.jpg [R,L]
It's my understanding that this is supposed to replace the hotlinked image with the image 'redir.jpg'. However, all it seems to do is not display the hotlinked image (IE broken image box).
Any ideas?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?artisticphotoz.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ http://artisticphotoz.com/redir.jpg [R,L]
It's my understanding that this is supposed to replace the hotlinked image with the image 'redir.jpg'. However, all it seems to do is not display the hotlinked image (IE broken image box).
Any ideas?