Honeypot URLs to declutter 404 log

Bots scan a set of URLs that can clutter the site 404 log. One can simply ignore these items, apply redirects, return HTTP codes, or create empty files. Creating a lot of empty files can be a bit awkward. Redirection is a server / service specific configuration that can possibly return HTTP error codes. We choose to redirect bots to an empty file.