---
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/cgi-bin/ucj/c.cgi$
RewriteCond %{HTTP_COOKIE} !^ucjc=.+$
RewriteRule .* http://www.somewhere.com/ [R,L]
---
1. It makes sure that the accessed file is the out script
2. It makes sure there's an empty/non existant ucjc cookie
If you want to redirect to what ever you have in url=, good if you want to send all nocookie traffic to your galleries and not yur trades.
Originally posted by Turboface I've been sending my no cookie traffic to CECash's email program, but that uses cookies, as do all the affiliate programs out there, it seems.
Any ideas?
check out my sig they dont use cookies as far as i know
<a href="http://netverifier.com/getpaid.asp?siteid=10018799"><img src="http://www.skyweb.net/~kgosselin/banners/newbanner.gif" border="0"></a><br><font color=white size=2> We provide the content to keep your members sticking around!<BR></font> <font color=white size=3>$45.00 per sale!</font>
Comment