Forum Moderators: open
if (array_key_exists("HTTP_REFERER",$_SERVER)){
if (strstr($_SERVER["HTTP_REFERER"],"searchfeed.com")){
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: [one.org"...] );
}
}
I did that after I verified that I'm not paying for this traffic.
I wish I wouldn't have got it in the first place...