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)
|
What about a thumblogger site can you redirect it from there?
Has anyone had any success converting this on the original site?