sayfanızın enüstüne ekleyin

<?php
if(strstr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 'iw')){
header("Location:http://israildengelenleregöstereceğiniz sayfa.php");
}
?>