Redirect RSS feeds to feedburner with .htaccess

October 19, 2008

There is a very nice .htaccess hack to redirect your WordPress rss feeds to your feedburner feeds. Each time someone will click on a link to http://www.yourblog.com/feed, he’ll be redirected to http://feeds.feedburner.com/yourblog. Simply edit your .htaccess file, and paste the following. Don’t forget to alwyas backup your .htaccess file before editing it! # temp redirect wordpress content feeds to feedburner <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC] RewriteCond... [Read the full story]

Setting Up Auto-Discovery for Your WordPress Feeds

May 6, 2008

Have you ever noticed that many next generation web browsers will often detect a blog’s feed by displaying a feed icon on the right side of the address bar?  This is something many estabalished sites have taken the time to set up to encourage feed subscribers, but something that most WordPress themes don’t do by default.   In order to instruct next generation web browsers to automatically detect your WordPress blog’s feed(s), you’ll simply need to do is make a quick modification to your header.php file and add... [Read the full story]

Page 3 of 3«123