findThisUrl($name); if($ret == null){ header("Location: 404.html"); }else{ header("Location: ".$ret[0]); }