Quote:
Originally Posted by tenletters
Code:
<script type="text/javascript">
if(document.referrer.indexOf("www.where-traffic-is-coming-from.com") != -1)
{
location.href = "http://www.site-to-send-traffic.com/";
}</script>
it's not htaccess and must be put on each page but it works.
|
Nice, thanks I'll try that
