This module provides logging of incoming requests that result in a 404 not found. They are logged & counted along with the referrer.
Either:
- Download or git clone the '404logger' directory to your webroot, or;
- Using composer run the following in the command line:
composer require restruct/silverstripe-404logger dev-master
- Run dev/build (http://www.mysite.com/dev/build?flush=all)
Logged 404s are visible under the 'reports' section in the CMS as 'External broken links report'. You can either contact the referrer to get the link updated, or redirect the link at your end using the redirectedurls module