
نوشته اصلی توسط
cherokee
بوسیله چه زبانی؟
پی اچ پی؟
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.New-Website.com");
?>
جاوا اسکریپت؟
<script>
window.location.href = 'http://site_jadid.com';
</script>
یا اچ تی ام ال؟
<META http-equiv="refresh" content="0;URL=http://adrese_site_jadid.com">