I’ve upgraded several of my blogs to WordPress 2.5. However, I noticed that two of them didn’t handle 404 (Page Not Found) errors properly after the upgrade. Every invalid URL gets redirected to the index page; worse still, they returned a 200 server response code which tells the browser that the URL is valid!
Another bad outcome of this bug is that your sites won’t get verified in Google Webmaster Tools.
This problem only occurs on WordPress blogs that uses a page (instead of the more common latest posts listing) as the front page. So how can we fix this?
Read the rest of Improper 404 Error Handling Fix For WordPress 2.5 »