Ставим в Html-верх
Код:
<script> if (document.location.href.toString().indexOf('АДРЕС САЙТА, ОТКУДА ПЕРЕХОДИТЬ') != -1) { document.location.href = 'АДРЕС САЙТА, КУДА ПЕРЕХОДИТЬ'; } </script>