$url = (isset ($_GET['url']) && file_exists($_GET['url'])) ? "files/" . strtolower($_GET['track']) : "http://example.com/404.html";