<?php $name = $_SERVER['SERVER_NAME']; if($name == 'www.baygarez.org'){ header('Location:https://www.r10.net'); exit(); }else{ echo'www yok'; } ?>