การทำ Redirect File

webmaster's picture

HTML Code
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="เวลา;URL=http://www.yourname.com">
</head>
</html>

==============
PHP Code
<?php
header('Location: http://www.yourname.com/');
?>