Redirecting my blog feeds to FeedBurner
I just moved my feeds to FeedBurner, so I can get some statistics of its usage. You can do this by either using the Wordpress FeedBurner Plugin, or by adding some lines to your .htaccess file. I have decided to go with the second one, since it takes less time. The changes made to my .htaccess file were:
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} !feedBurner [NC] RewriteRule ^feed/?$ http://feeds.feedburner.com/vitorrodrigues/blog [R=302,L] RewriteEngine Off
Popularity: 2% [?]
Related Entries:







