FeedBurner and WordPress

Just got done tinkering with redirecting my WordPress feeds to my new FeedBurner feeds (the bonus now is that I get stats tracking of my feeds, plus click-through stats).
Here’s the basic tutorial: Pointing an existing feed URL at your new FeedBurner URL
If you use redirects with WordPress for the cleaner URLs, this worked for me: (pop it into your .htaccess)
Redirect temp /wp-rss2.php http://feeds.feedburner.com/easybakeweblogs
Redirect temp /wp-rss.php http://feeds.feedburner.com/easybakeweblogs
Redirect temp /wp-atom.php http://feeds.feedburner.com/easybakeweblogs

Redirect temp /feed/rss/ http://feeds.feedburner.com/easybakeweblogs
Redirect temp /feed/rss2/ http://feeds.feedburner.com/easybakeweblogs
Redirect temp /feed/atom/ http://feeds.feedburner.com/easybakeweblogs

Redirect temp /feed/rss http://feeds.feedburner.com/easybakeweblogs
Redirect temp /feed/rss2 http://feeds.feedburner.com/easybakeweblogs
Redirect temp /feed/atom http://feeds.feedburner.com/easybakeweblogs

I’m no rewrite wiz so I just did everything three times – if anyone knows regex codes better than I lemme know.


Posted

in

by

Tags:

Comments

One response to “FeedBurner and WordPress”

  1. Eloy Avatar

    Is this still working for you. I have attempted to use the Plugin that Feedburner suggest (if you use WordPress), but it seems a bit overdone. entering this info into the .htaccess file, what feed did you give as the source to Feedburner? (i.e. the rss, rss2, or atom)

Leave a Reply

Your email address will not be published. Required fields are marked *