This is a really simple yet handly tip to redirect your feed to Feedburner.
Edit, or create an .htaccess file in your htdocs root, and add this lines:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^rss/$ http://feeds.feedburner.com/yourURL [R,L]
Now any request to yoursite.com/feed will be redirected to the custom feedburner feed 😉
Be aware that only works in apache.