apache mod_rewrite domain turn cookie
i need understanding associate tracking the website.
in the .htaccess have:
rewritecond %{query_string} affiliate=(.*)
rewriterule ^(.*)$ $1? [nc,r,l,co=affid:%1:%{http:host}:7200:/]
which creates cookie called affid value url parameter affiliate.
but cookie whole domain, i.e. going sets affid cookie value bmk .www.domain.com nonetheless i ti .domain.com used opposing the secure domain secure.domain.com
any assistance appreciated
cheers
Comments
Post a Comment