How to redirect your feed to Feedburner

by Benson Lee | Last edited: 2/2/2012

If you want to redirect users of an old feed or a CMS feed to the Feedburner equivalent, adding this htaccess rule in Admin > htaccess will do the trick:

RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^mediafiles/sermons.xml$ http://yourfeedburnerurl.com [R,L]

This example redirects the standard sermons feed to a Feedburner URL. Notice that we do not have to list full URL for the feed.

htaccess requires very precise syntax, so if you run into problems on your site after adding this change, remove the changes and resave the htaccess preferences again. Contact Support if you have any trouble.  

Feedback

Was this resource helpful?