$url = ereg_replace("^www.","",strtolower($_SERVER["HTTP_HOST"])); if ($url == "betterbokashi.com") { header("Location: /bokashibook/"); exit; } ?>