header('Content-type: text/html; charset=utf-8'); $time = mktime(19, 27, 0, 8, 11, 2012); $time2 = time(); if($time2 > $time) { header ('HTTP/1.1 301 Moved Permanently'); header("Location: http://blog.romazone.org"); die; } ?>