how to hide affiliate id?

smarttreat

Newbie
Joined
Nov 19, 2008
Messages
2
Reaction score
0
I am getting some complaints from one individual while I don't get much complaints overall. Is there any way to send people to my affiliate url, while having the browser to show generic url for the offer? Sorry if this is a stupid question. :)
 
Not really. You can either cloak it with something like:

Code:
header("Location: http://www.affiliatelink.com");

but this is only a redirect, once your user gets to the actual offer they will see your ID.

or you can iFrame it, which would hide your aff ID. (but watch out for frame busters.)
 
Back
Top