01
Oct
2008
Subscribe
Bookmark and Share

wordpressIf you have a Wordpress blog you should know that it comes with its own rss feed, right? You also know that Feedburner is a excellent service which lets you keep track of all of your feeds, giving you at the same time accurate statistics about your readers and what tools they use to burn your feeds. If you want to gain control over your readers, here is a nice piece of code to use. This code has to be put in your .htaccess located in your server, in the public_html folder. But what does it do? Let’s have a look at it:

# Redirect Feeds to Feedburner
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(feed|wp-atom|wp-feed|wp-rss|wp-rdf|wp-commentsrss)(.+)\ HTTP/ [NC,OR]
RewriteCond %{QUERY_STRING} ^feed [NC]
RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
RewriteRule .* http://feeds2.feedburner.com/webtlk? [R=307,L]
RewriteRule ^comments/?.*$ http://feeds2.feedburner.com/webtlk/comments [L,R=302]

Basically, it redirects all of your Wordpress rss feed to your Feedburner feeds. When a person clicks on the feed icon located in your Firefox address bar (or wherever you place it), he will be automatically redirected to Feedburner. In this way you will have a better idea of how many people read your blog.


Tags: trick, WebTalk, Wordpress



WP Greet Box icon
Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.

Related Articles Latest Articles

If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.

Google Advanced Search
.

2 Comments to “How to redirect Wordpress feeds to Feedburner feeds”

  1. Merik Says:

    This didn’t work for me and almost messed up my entire site! More detailed instructions are needed. LUCKILY I made a backup and put things back. Don’t do this without copying your original code and then being able to paste it back!
    Merik´s last blog ..A Domain Dossier Lookup Tool for Competitive Intelligence My ComLuv Profile

  2. Web Talk Says:

    Hi,
    I have deleted the old code (the one you tried) and have copied and pasted the code I have in my htaccess code.
    This new code should work pretty well since it works for my blog!
    Thanks. Try it and let me know. It should be pretty safe!

Leave a Comment

If you want to show an image next to your comments, get your gravatar now!

XHTML - You can use the following tags:  <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv Enabled


Incoming Search Terms for the Article:

feedburner wordpress /feed - wordpress feed redirected to feedburner - redirect wordpress feeds to feedburner - redirect wordpress feed to feedburner - redirect feeds to feedburner wordpress - redirect feed to feedburner wordpress - how to redirect wordpress feed to feedburner - how to redirect rss feed - feeds redirect feedburner wordpress - wordpress firefox feed to feedburner -

All contents are licenced under a Creative Commons Licence.
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.