anyone know if there is a way to use .htaccess or something similar to redirect incoming traffic based on keywords or strings contained in the referring URL?
referring URL redirection
Collapse
X
-
referring URL redirection
Tags: None -
That sounds like a script you would need programed for you.
if you know the referering URLs you can use Java
< SCRIPT LANGUAGE="JavaScript" >
<!--
if (document.referrer.indexOf(blabla.com') > -1)
location.href = 'http://www.redirect.com';
//-->
< /SCRIPT >
Remove the spaces from the script tags. -

If this doesnt work you are out of luck.
<!--
if (document.referrer.indexOf('pornno.com') > -1)
location.href = 'http://www.xxxlinkcafe.com';
if (document.referrer.indexOf('www.pornno.com') > -1)
location.href = 'http://www.xxxlinkcafe.com';
//-->
< SCRIPT LANGUAGE="JavaScript" >
< /script >Comment
-
view source here. http://www.xxxlinkcafe.com/older-women-sex.html in between the head tags.
Fuck UBB.Comment
-
Comment



Comment