- Код: Выделить всё
<script type="text/javascript">
//Redirect start
if (self.location.host=='СТАРЫЙ.АДРЕС.САЙТА')
{
self.location=self.location.protocol+'//НОВЫЙ.АДРЕС.САЙТА'+self.location.pathname;
}
//Redirect end
</script>
поставил перед </head> ссылки указал так
СТАРЫЙ.АДРЕС.САЙТА http://4kills.ucoz.net/
НОВЫЙ.АДРЕС.САЙТАhttp://4kills.net.ru/
вот что у меня стоит
- Код: Выделить всё
<script type="text/javascript">
//Redirect start
if (self.location.host=='http://4kills.ucoz.net/')
{
self.location=self.location.protocol+'//http://4kills.net.ru/'+self.location.pathname;
}
//Redirect end
</script>
</head>
Не работает
