first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

LAMP and WordPress.org: “Redirecting WordPress Feeds to FeedBurner Feeds”; smashingmagazine.com

temp redirect wordpress content feeds to feedburner

<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/wprecipes [R=302,NC,L] </IfModule>

[http://www.smashingmagazine.com/2008/

12/02/10-useful-rss-hacks-for-wordpress/]

mod date: 2009-08-09T16:51:33.000Z