I have a model in mind where I get traffic from Site A[source] and the traffic basically flows to Site B. Now while I was checking Site B's logs I found [Site A] being mentioned as the source! Now I don't want that.. I want to blank out the referer. So I created the model such as - Traffic comes from Site A[source] then lands up in Site B.1[here the referals are stripped] from here it goes to Site B[as Direct Traffic].
The code so far that I have implemented in Site B.1 is -
<?php echo '<meta http-equiv="Refresh" content="0;url=http://www.example.com">' ?>
In this method, I found the referals being successfully eliminated in Firefox and Internet Explorer BUT it failed in Chrome! I didn't test it in Opera or Safari.
So how to go about making it blank?

New Topic/Question
Reply


MultiQuote



|