1. ¸ÞŸÅ×±× ÀÌ¿ë
<?
echo "<meta http-equiv='refresh' content='0; url=http://µµ¸ÞÀÎ'>";
?>
2. ÀÚ¹Ù½ºÅ©¸³Æ® ÀÌ¿ë
<?
echo "<script>
document.location.href='µµ¸ÞÀÎ';
</script>";
?>
¶Ç´Â
<?
echo "<script>
window.location.replace('µµ¸ÞÀÎ');
</script>";
?>
3. Çì´õÀÌ¿ë
<?
header("Location: µµ¸ÞÀÎ");
?>