Quote:
Originally Posted by mikeyddddd
You could do something like this in the .htaccess for the image folder:
RewriteCond %{HTTP_REFERER} !^http://(www\.)?YOURDOMAIN(/)?.*$ [NC]
RewriteRule /* /path-to/redirect.php [NC]
In redirect.php:
header("Location: your_url");
|
most of the images that they are looking for were hosted elsewhere, from rss feeds