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

VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)

Popularity: 1% [?]

Tags: . 

Related Entries:
  • Google Sitemaps accepts RSS feeds
  • Search keywords
  • Yahoo Ads vs Google Adsense
  • Recent readings
  • GIMP Perspective Clone Tool


  • Comments are closed.