نقل قول نوشته اصلی توسط 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">
l ممنون
این کد رو باید در همه صفحه های html بنویسم ؟