Hey , i saw in chickenboard i can redirect no cookie traffic out of
my site
http://chickenboard.com//read.php?f=13&i=3865&t=3865
i use ttt so
is this code good ??
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/ttt-out.php?$
RewriteCond %{HTTP_COOKIE} !^ttt_cookie=.+$
RewriteRule /*
http://www.your-redirect-url.com [R,L]
if i do this where i have to redirect them to make profit ?