I’m not getting RSS to validate either, wp-feed.php (fresh install today) has:
<?php
/**
* Redirects to the default feed
* This file is deprecated and only exists for backwards compatibility
*
* @package WordPress
*/
require( ‘./wp-load.php’ );
wp_redirect( get_bloginfo( get_default_feed() . ‘_url’ ), 301 );
exit;
?>
Is there something I can do to make it work? Using WP 3.2