Hey guys, so I have my
first site up, and I just want to be sure that I have the redirection right. When a user clicks my ad (or I send them to a secret page that redirects to the following aswell), it links them to the following page:
myurl.com/redirect.html
in this page, I have:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >
<html>
<head>
<!-- saved from url=(0014)about:internet -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>You shouldn't see this!</title>
<meta http-equiv="Refresh" content="0;URL=http://981739812....hop.clickbank.com">
</head>
<body>
</body>
</html>
when I click this link myself, it effectively takes me to the affiliate, but it does not hide my affiliate ID, I see something like so:
affilateurl.com/?hop=
clickbankname
Can i hide my
clickbankname?
I am trying to find the "double meta refresh" thing, but I can't seem to find it. Could someone explain it to me? (I assume it just means that you "bounce them" from one redirect to another, then from the second one to your actual target, to remove their trail) Oh and it is not a wordpress site, so I cannot use that awesome plugin that is flying around.
thanks guys!