EMAIL_404_REPORTS

In LiveWhale 2.16.1+, receive reports of frequently-hit 404 URLs via email

Accepted values: string of one or more comma-separated email addresses

Context: Global (client/global.config.php)

Enable this by adding the following to your global config file:

$_LW->CONFIG['EMAIL_404_REPORTS']='email@myschool.edu';

When enabled, a summary of your 404 logs will be checked every hour, and any URL that has 404’d more than 50 times in the last 3 hours will be sent in an email report to this address (max. one email per 24 hours).