Forum Moderators: phranque
And I think this will be a problem always as categories and other pager may disapear.
Searching I found this thread:
[webmasterworld.com...]
and it sounds interesting to do something similar
if (!$category) {
header('HTTP/1.x 404 Not Found');
include realpath($_SERVER['DOCUMENT_ROOT'] . '/error_docs/not_found.html');
exit;
}