How to redirect wordpress default RSS feeds to feedburner without any plugin

by Harsh Agrawal on May 12, 2009

in Wordpress

By the number of posts I’m writing these days on Wordpress, you can easily figure out that I’m a fan of wordpress. Obviously I’m because it made my life much easier and it’s wordpress_logo probably wordpress that I have decided to work as a professional blogger.

I’m unsure how many of use feedburner , or aware of RSS feeds.

If you are not, you can see my previous article on

What is RSS feeds?

and If you are familiar with RSS feeds, Shoutmeloud recommend feed demon as your feed reader.

Feeds are great way to boost your blog popularity and make them reachable to enormous people. Its very important to keep track of your feeds using any service. You can easily use Feedburner.

Though recently I posted about Feedburner google. So if you are setting up your wordpress blog. I will suggest using Google feeds service.

Once you have signed up with any feed service, your aim is to redirect user to new feed address, which can be done by using feedburner feedsmith wordpress plugin. Though this trick is always not very effective. Another best way to to redirect your default wordpress feeds is by editing your .htaccess file.

Do take a back up of your .htaccess file before editing it.

add the following line, and replace the feed address with yours.

# 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://feedproxy.google.com/Shoutmeloud [R=302,NC,L]
</IfModule>

This is one of the simple and most effective method to redirect your default feeds to feedburner or feedproxy account.

If you like the post, you might like to subscribe to shoutmeloud feeds.

Here are few posts which will help to enhance your blogging and RSS feed experience.

How to transfer your Feedburner feeds from one account to another account

Improve your adsense revenue using adsense RSS feeds ad unit.

How to analyze your feed?

Fixing XML parsing error in RSS feeds

Blogger hack to find exact number of feed subscribers

Increase your feed readers by using wordpress Greet box plugin

Related posts:

  1. How to transfer your RSS feeds from feedburner account to another account?
  2. [Blogger tips] Change your Email delivery time for RSS feeds in feedburner
  3. Bloggers move your Feed burner feeds to Google
  4. Add linkback to your article in your feeds with RSS Footer wordpress plugin
  5. How to Burn your Feed using Feedburner
  6. Feed subscription reminder for wordpress
  7. Auto Tweet your Blog Feeds Using Feedburner Socialize feature
  8. Feed Pauser Wordpress Plugin: Stop showing Windows Live writer test Post in feeds


{ 10 comments… read them below or add one }

1 Tech @ InkAPoint May 12, 2009 at 03:58

Ya this is good trick

Tech @ InkAPoint™s last blog post..How Erroneous is FeedBurner?

Reply

2 Simran May 12, 2009 at 08:29

This is great method Harsh. We should try to solve our problems without using plugins and here you’ve solved another problem without plugin :)

Simran™s last blog post..How To Create Beautiful Arrow Marks On Images Using Photoshop

Reply

3 Harsh Agrawal May 12, 2009 at 09:31

I’m glad you like it. :)

Reply

4 Raju May 12, 2009 at 14:54

I advice people not to redirect Wordpress default RSS feeds to feedburner blindly. I am telling this because I am one of those who did that early on and now I do not remember which mechanism I had used to redirect all the feeds to feedburner (not .htaccess, not feedsmith) :(
It kills the user friendliness of the Wordpress blog since the user won’t be able to subscribe to individual categories/tags.

Reply

5 Harsh Agrawal May 12, 2009 at 15:13

Thanks for the info Raju. But using default RSS feeds is int it hard to analyze? Along with this once when people redirected the readers, moving back to default one will reset the count to 0.

Reply

6 Raju May 12, 2009 at 16:00

what you want to analyze? number of feed subscribers? Number is just for the show-off, but usability will be lost if you redirect all feeds to feedburner. Say if I want to subscribe to only those posts you write under ‘wordpress’ category, I won’t be able to do that now.

Reply

7 Harsh Agrawal May 13, 2009 at 00:42

Raju those numbers are not only for show off. There are more usability then show off. Feed subscriber stats show your readers how many people trust your website.

Better the number is , better it will be. Talking about option for subscribing to particular category feed subscription offer. It’s not a big deal any one can still give the option after burning it with feed burner and that will be much better option because we can keep track of the category which is doing the best.

Meanwhile I think there is still an option to give category based subscription. I will post about it soon.

Reply

8 Nihar May 13, 2009 at 12:00

Harsh, I added it in my .htaccess and i opened http://www.niharsworld.com/feed/

But, it is not redirecting to feed burner . ANy reason why?

Nihar™s last blog post..How to Find Broken Links, Missing Titles, Image alt text with Xenu™s Link Sleuth tool

Reply

9 Harsh Agrawal May 13, 2009 at 13:21

I assume you are using super cache plugin. Delete your cache and try. I hope it works. Meanwhile Right now I’m using a plugin named as feedsmith feedburner to redirect my default feed to Feedburner.

Reply

10 rahul964 May 17, 2009 at 10:44

Harsh listen, If I do any Modifications .htaccess will any problem occurred to my posts or not?

I have Listen from Some people that we should not do any modifications with .htaccess?

is that Correct?

Reply

Leave a Comment

Previous post:

Next post: