Since the upgrade to 2.5.1, my feeds file is not working.
wordpress/feed/ will work fine
wordpress/wp-rss2.php will NOT!
neither will wp-rss.php, or wp-atom.php
I've disabled all plugins, and am back to a basic install, and still cannot get this to work. I have a feeling this might be related to the premalinks rewrite rules that WP installs. I'm using the .htaccess file as written by wordpress, which is as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /WordPress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /WordPress/index.php [L]
</IfModule>
# END WordPress
Any ideas, at all, would be very appreciated.