![windows](https://habrastorage.org/r/w120/webt/67/52/ba/6752ba6cecd70425142054.jpeg)
Windows
3
Вклад в тег
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]
header("Location: http://admin.new.ru");
Location: http://admin.new.ru
window.location.href = "http://admin.new.ru";
window.location.replace( "http://admin.new.ru");