Abusing monkeys since 2003
Main Navigation
Introducing The Log 404 Plugin
Saturday, December 3rd 2005
WordPress has a very nice Customizable Permalink Structure. Unfortunately with the new rewrite rules (using path info) all 404's no longer get sent to the system logger.
That, my friend, is why you need the lovely Log 404 Plugin. Guess what? It sends all 404 requests to PHP's system logger, so you'll never miss a 404 again. And, it's compatible with WordPress 1.5 and 2.0!
Introducing The Log 404 Plugin was tagged with web-applications and wordpress
The opinions expressed in comments are entirely the responsibility of the various contributors. While I will do everything within reason to ensure that they are not defamatory, I accept no liability for them or the content of links included in them.
Leave a Comment
Before leaving a comment, please ensure you have read and understand my comments policy and my privacy policy. Any comment that does not abide by the comment policy will be deleted immediately.
Comment by Introducing The Log 404 Plugin at WordPress Station
2005-12-04T04:26:50-05:00 EST
[...] Matt’s Googly Site Apparently there’s an issue with 404 going to the system logger, so Matt Read has introduced a plugin to fix the issue, will work with 2.0 as well as 1.5. 404 WordPress // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById("authorinfo").style.display = ""; document.getElementById("showinfo").style.display = "none"; document.getElementById("hideinfo").style.display = ""; } function HideUtils() { document.getElementById("authorinfo").style.display = "none"; document.getElementById("showinfo").style.display = ""; document.getElementById("hideinfo").style.display = "none"; } [...]