' . '
' . 'The requested URL was not found on this server.
' . ''; die($notfound); } /** * if you want to display a custom 404 page instead, replace the above function with * the following : * * function ozh_404_if_not_found() { * yourls_status_header(404); * include_once('/full/path/to/your/404.html'); // full path to your error document * die(); * } * */