RSS and Atom Feeds Fixed
I noticed that my site’s feeds were not being updated in Bloglines and after a little investigation I found a solution. For other WordPress users out there in the blogosphere, this is a known problem with the new 1.5 version. For a temporary fix, change line 17 in your wp-blog-header.php file to:
(false === strpos($_SERVER['PATH_INFO'], ‘.php’))
which means just delete the ‘index’ portion of ‘index.php’. After doing so, the feeds should work again.