<?php
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: https://yonlenecek-site.uzantisi/”);
exit();
?>
<system.webServer>
 <httpRedirect enabled=”true” destination=”http://yonlenecek-site.uzantisi” httpResponseStatus=”Permanent” />
 </system.webServer>


<meta http-equiv="refresh" content="2;url=http://yonlenecek-site.uzantisi/" />