Now using FeedBurner
1 minute read
Due to the lack of good statistics about this blog RSS readers and subscribers, I decided to serve my RSS feeds (?) via FeedBurner. The problem was, how to do it without disturbing my faithful subscribers?
The how-to:
- The original link is //joaobordalo.com/xml/rss20/feed.xml.
- I went to FeedBurner and create a new feed pointing to the above URL, which resulted in http://feeds.feedburner.com/JoaoBordalo
- Added the following lines to my .htaccess file:
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^xml/rss20/feed\.xml$ http://feeds\.feedburner\.com/JoaoBordalo [R,L]
Done. If you have any problems with my 'new' RSS feed, please let me know, by leaving a comment.
Add your opinion
powered by nocomment