There are lots of blogs using Feedburner for their blog. However, you have to manually modify your theme to change the RSS URL. However, now this can be done using the .htaccess file only. Use the below mentioned rule for the same.
Don’t forget to modify line 6 before applying this code!
# temp redirect wordpress content feeds to feedburner<IfModule mod_rewrite.c>RewriteEngine onRewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds2.feedburner.com/catswhocode [R=302,NC,L]</IfModule>
Popularity: 6%














