pl_self(), '/'); if (preg_match('/^[a-zA-Z0-9\-\/]+$/i', $alias)) { $url = XDB::fetchOneCell('SELECT url FROM url_shortener WHERE alias = {?}', $alias); if ($url) { http_redirect($url); } } header($_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found'); ?> 404 Not Found

Not Found

The requested URL was not found on this server.