A suggested addition would be to have the system report 404 errors to
the log file.
Example that I've added to my library.php:
if ((!BOLTexists($pageLink)) && (BOLTgetlink
('missing', '', '', 'action.') == 'action.missing')) {
error_log("Boltwire page does not exist: /" .
$pageLink);
## error_log("File does not exist: /" . $pageLink);
## Output similar to apache's normal output
header('HTTP/1.1 404 Not Found');^M
return;^M
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---