May 27, 2010

TEXT SIZE minus plus

Redirect WordPress RSS Feeds to Feedburner To Increase RSS Readers

Advertisement
You Might Be Interested In Our Popular Article
  • Most Essential Free Softwares After Windows Installation
  • 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:

    FD Feedburner Plugin

    This concludes this simple and useful tutorial. Hope you like it.



    Related Posts From Network
    Print

    About the Author

    When I was born I was so shocked I didn't speak for a year and half...... My brain has 2 parts, Right and Left, The Right one has nothing left in it and the Left one has nothing right in it......Who says Nothing is Impossible?? I've been doing nothing for years......

    View Comments to “Redirect WordPress RSS Feeds to Feedburner To Increase RSS Readers”

    Author comments are in a darker gray color for you to easily identify the posts author in the comments

    1. 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>

    2. 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>

    3. Bariski says:

      Why would you do that?

    4. Bariski says:

      Why would you do that?

    5. When I opened .htaccess file, there are some codes which open and clos with the code I mentioned above

    6. When I opened .htaccess file, there are some codes which open and clos with the code I mentioned above

    7. Bariski says:

      huh? add this code at the very end and it should work.

    8. Bariski says:

      huh? add this code at the very end and it should work.

    9. Aisha says:

      Many many great and inspirational examples! Thanks for sharing!

    10. Nice fill someone in on and this enter helped me alot in my college assignement. Gratefulness you on your information.

    11. Not sure why but this doesn’t seem to work for me and the FD feedburner only partially works :-(

    Comments are closed.

    blog comments powered by Disqus