Request: URL filter on 404s page
-
On my website https://www.inflection.nl I’m using a caching/optimizing solution that compresses javascript on my pages and puts them in a cache.
Search engine bots that recheck pages in their database tend to request files that are nog longer in the cache. This creates a flood of 404s that show up in my Redirection 404 log. They all start with /wp-content/cache/….
Hacking bots try to scan which plugins I have installed to check for vulnerabilities. This creates another flood of 404s that show up in my Redirection 404 log. They all start with /wp-content/plugins/…. And /wp-includes/js/…
Is there a (future) way to filter out these 404s (i.e. ignore certain folders) so I only see the 404s that I might need to worry about?
- The topic ‘Request: URL filter on 404s page’ is closed to new replies.