Skip to content

Mstoic

  • Home
  • Start Here!
  • Best Deals
  • Facebook Tricks
  • Privacy
  • Resources
  • TOC
  • Tools
    • Web Tools
      • Stop Watch
      • QR Code Generator
      • Adsense Code Converter
      • Blogger Sitemap Generator
      • Difference Between Two Texts
      • Vacation Checklist
      • Twitter Symbols
      • Count Down
    • Investment
      • SIP Calculator
      • Power of Compounding
      • PPF Calculator
      • FD Calculator
  • About Us

Redirect WordPress Feeds To FeedBurner

Editorial Team | July 18, 2014July 18, 2014 | Webmasters, Wordpress |

WordPress subscription system is not up to the mark and that is why most bloggers tend to use FeedBurner instead of the default WordPress’s subscription system. But placing a widget that lets your visitors subscribe to your FeedBurner feeds is not sufficient enough, redirecting the default WordPress feeds to FeedBurner is equally important.

Why You Should Redirect WordPress Feeds To FeedBurner

Feeds for your WordPress website are accessed using the URL: http://www.mstoic.com/feeds/ . Now most people and applications will use this URL to find and subscribe to your feeds. Returning your FeedBurner URL is a better option instead of the WordPress default to make sure that people subscribe to your FeedBurner feed.

Related Articles

  • Doing Complete SEO Of Your WordPress Website With WordPress SEO By Yoast
  • How to Edit .htaccess File from WordPress Dashboard Itself
  • 4 Ways To Enable Gzip Compression In WordPress
  • Google Authenticator for WordPress
  • Optimizing Database For WordPress Websites Automatically [Free Plugin]

Redirecting WordPress Feeds To FeedBurner

Placing a small code in your .htaccess file will redirect all requests to ‘http://www.example.com/feed/‘, ‘http://www.example.com/feeds/‘, or ‘http://www.example.com/atom/‘ to your FeedBurner feeds. Refer to this guide for editing .htaccess file in WordPress.

<IfModule mod_rewrite.c>     RewriteEngine on     RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]     RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]     RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/feedname [R=302,NC,L] </IfModule>

Don’t forget to change the feedname with the name of your feed.

Previous Post

Customizing The Tag Cloud In WordPress

by Editorial Team

Next Post

Display Blog Subscribers In WordPress

by Editorial Team

Recommended Next
Get FeedBurner Subscribers for any FeedBurner Feed

Your Comment Cancel reply

Follow Us

Like us Follow us Follow us

Categories

  • Tricks (93)
  • Facebook (83)
  • Tips (76)
  • Windows (67)
  • Wordpress (39)
  • Android (38)
  • Internet (33)
  • Antivirus (30)
  • How To (29)
  • Webmasters (25)
  • Customization (25)
  • Downloads (21)
  • Utilities (21)
  • Gmail (20)
  • Windows 7 (19)

Related Articles

  • Reverse a String using StringBuilder