loadBestPageMatch($url); echo $pg->render($this); } catch (Exception $e) { // note that page generater should hopefully never get this!!! header("HTTP/1.0 404 Not Found"); exit; } } }