3) { $murr = $popdots[2].".".$popdots[3]; header("HTTP/1.1 301 Moved Permanently"); header("Location: http://$murr"); exit(); } elseif(count($popdots) > 2) { $murr = $popdots[1].".".$popdots[2]; header("HTTP/1.1 301 Moved Permanently"); header("Location: http://$murr"); exit(); } else { $murr = $popdots[0].".".$popdots[1]; } if(isset($_GET["main_page"]) OR isset($_GET["redirect"])) { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://$murr"); exit(); } if($murr == "oarci.net") { require_once('index-oarci.php'); } ?>