This hack will help you redirect all your RSS subscribers to your Feedburner feeds, which will help you increase your rss subscribers by a noticeable amount. Also you don’t have to manually edit your theme, everytime you change it or use a optimized one.
This simple tutorial will help you achieve this in a snap.
Technique:
Note: Do take backup of your .htaccess(hypertext access) file.
01. Search for a file named .htaccess(hypertext access) in the webroot of your server (FTP) and can be easily edited using any text editor (like Notepad). Open it and add below code in it:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/tutzone[R=302,NC,L]
02. Edit the 5th line where is says http://feeds.feedburner.com/tutzone to your feedburner link.
03. Save and you are done.
For New WordPress Users:
You can try out following recommended plugins:
This concludes this simple and useful tutorial. Hope you like it.
If you enjoy this post, make sure you 





Thanks for the tip.
Do we need to add following line before starting of your code?
<IfModule mod_rewrite.c>
and this after your code?
</IfModule>
Thanks for the tip.
Do we need to add following line before starting of your code?
<IfModule mod_rewrite.c>
and this after your code?
</IfModule>
Why would you do that?
Why would you do that?
When I opened .htaccess file, there are some codes which open and clos with the code I mentioned above
When I opened .htaccess file, there are some codes which open and clos with the code I mentioned above
huh? add this code at the very end and it should work.
huh? add this code at the very end and it should work.
Many many great and inspirational examples! Thanks for sharing!
Nice fill someone in on and this enter helped me alot in my college assignement. Gratefulness you on your information.
Not sure why but this doesn’t seem to work for me and the FD feedburner only partially works