FeedBurner. As I knew of its existence for quite some time, I only got really interested today. After reading this new entry at Stopdesign.
So as of today my feeds are “managed” by FeedBurner. All existing urls will continue to work, since I use mod_rewrite rules to redirect them to my feedburner-feed (pretty much as described over here). To do this with wordpress, here’s what I changed in my .htaccess file:
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ http://feeds.feedburner.com/atog [R,L]
RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ http://feeds.feedburner.com/atog [R,L]
If you experience any problems, please let me know.
blog comments powered by Disqus