Quote:
Originally Posted by seeandsee
AP i use htaccess code Kaktusan posted in one thread.
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://images. [NC]
RewriteCond %{REQUEST_URI} !/imagetraffic [NC]
RewriteRule ^.*$ /imagetraffic.html [R=301,L]
change imagetraffic.html to any page you want your traffic to get redirected. (somebody reported it's not working on wp, working great for me on "none wp" sites)
|
Does it hurt your google images results? Gets your images removed from the search?