View Single Post
Old 05-05-2008, 07:01 PM   #6 (permalink)
seeandsee
■ Finest Spam Moderator ■
 
seeandsee's Avatar
 
Join Date: Jul 2005
Location: ~ SEE SIG ~
Posts: 12,361
Points: 100
Send a message via ICQ to seeandsee
Quote:
Originally Posted by AbsolutePorn View Post
seeandsee, how to redirect?
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)
seeandsee is offline   Reply With Quote Send a private message to seeandsee