Forum Moderators: skibum
Just to make sure I'm talking about the right thing, I want to prevent aff hijacking by people viewing the source code.
Could someone point me to a source that tells how or recommend software that does this?
<?php
header( "Location: YourAffiliateLinkWithHTTPHere");
?>
That is if you are using php of course. same thing applies for asp, make the affiliate links go to www.yourdomain.com/sendtoxyz.asp and then your page sendtoxyz.asp would simply be:
<%
Response.redirect("YourAffiliateLinkWithHTTPHere")
%>