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 on
 RewriteCond %{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: 7%

Related posts:
  1. What is Feeds and readers? Here are Some General Queries and Their Answers About the...
  2. How To Disable RSS Feeds In WordPress Blog? Hello All, In order to disable RSS Feeds in wordpress...
  3. How To Add Multiple RSS Feeds To WordPress Dashboard Hi, WordPress users who wants to use other sources of...
  4. BNS SMF Feeds WordPress Plugin Hi, This plugin is supported with multi-widget functionality. It is...
  5. How To Setup Auto Discover Of WordPress RSS Feeds? Hi, In order to automaticaly detect the wordpress feeds by...

Leave a Reply

You must be logged in to post a comment.