Hello everyone,
I did not read all the comments in this thread,
but I have experienced that same specific problem when using IE7.0
It seems to ignore affiliate links and that issue seems to happen regularly.
I use Firefox and Seamonkey and other mozilla based browsers mainly,so I did not noticed that high severity
issue before when using IE7.0 because I use it very rarely,I simply don't like it.
Anyway I suppose US internet users use mainly IE7.0 so if we don't take a note of this,we will loose a lot of
possible affiliate profits and referrals to program owners.
I have now tested IE7.0 with my affiliate links and really it "kills" the ref codes so all sales and recruiting from IE7.0 users are going like smoke to the sky.
This does not seem to be any spyware software's cookie killing issue, but solely the problem in IE7.0 itself.
After some test I found that if using HTML refreshing redirection in my own domain as well as using PHP redirection will fix the problem. If doing so,affiliate links seems to work OK.
The same system seems to work with clickbank hop-links too
I hope this resolve this issue,
Please let me know your tests and opinions..
All the best
Aatos
Ps. Here are both of thse code solutions that you can use,
HTML:
<html>
<head>
<title>Your Programs name</title>
<meta HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.youraffiliatesite.com">
</head>
<body>
</body>
</html>
PHP:
<?php header( "HTTP/1.1 301 Moved Permanently" ); header("Location:http://www.youraffiliatesite.com"); ?>
First make some folder in your website,second if you use upper code,save it as index.html and upload to that
folder in your website.
Another code in the bottom, do the same,make folder save code as index.php and upload to your website folder.
I hope codes show correctly in this mail.