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.



    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......
    • Pingback: Tweets that mention Redirect WordPress RSS Feeds to Feedburner To Increase RSS Readers | TutZone -- Topsy.com

    • Pingback: designfloat.com

    • Pingback: [User Link:Redirect RSS Feeds to Feedburner] | Tips for Designers and Developers | tripwire magazine

    • Pingback: CSS Brigit | Redirect RSS Feeds to Feedburner

    • http://www.smashingshare.com/ SmashingShare

      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>

    • http://www.smashingshare.com/ SmashingShare

      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>

    • http://www.tutzone.org/ Bariski

      Why would you do that?

    • http://www.tutzone.org/ Bariski

      Why would you do that?

    • http://www.smashingshare.com/ SmashingShare

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

    • http://www.smashingshare.com/ SmashingShare

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

    • Pingback: 200 Fresh Articles for Designers, Developers and Freelancers | tripwire magazine

    • http://www.tutzone.org/ Bariski

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

    • http://www.tutzone.org/ Bariski

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

    • http://profiles.yahoo.com/u/OSWO7JUDDGKDKMFBDGXQNCD72U Aisha

      Many many great and inspirational examples! Thanks for sharing!

    • http://genericwpthemes.com Wordpress Themes

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

    • http://twitter.com/KarenLeslie Money-Magnets.net

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