Forum Moderators: coopster
if (function_exists('http_response_code'))
{ http_response_code(404); }
else
{ header($_SERVER['SERVER_PROTOCOL'] . " 404 Not Found"); }
include ($_SERVER['DOCUMENT_ROOT'] . "/boilerplate/missing.html"); I would like to return a 404 for all pages which no longer exist
Redirect gone /path/to/no-longer-exists.htm