|
|
If 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
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”
Leave a Comment
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 -Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.


February 14th, 2010 at 3:29 am
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
February 14th, 2010 at 4:14 am
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!