Feedburner

By Nuno Mariz, on 28 March 2007 @ 18:51
The feeds are now served by Feedburner. Don't change your bookmarks, the URLs are the same, thanks to mod_rewrite and apache:
RewriteCond %{HTTP_USER_AGENT} !FeedBurner                                                                                                                                                                                             
RewriteRule ^/blog/rss/$ http://feeds.feedburner.com/mariz [R,L]                                                                                                                                                                       
RewriteCond %{HTTP_USER_AGENT} !FeedBurner                                                                                                                                                                                             
RewriteRule ^/blog/comments/rss/$ http://feeds.feedburner.com/mariz-comments [R,L]

Comments

No comments yet.
Comments are closed.