I've switched from WordPress to Drupal and also started using FeedBurner for the podcast and RSS feeds. I need to redirect an old feed to FeedBurner. Old feed was of the format mysite.com/?feed=podcast and I need it to redirect to feedburner.com/myfeed. I've tried:
Redirect 301 http://www.mysite.com/?feed=podcast http://feeds.feedburner.com/sitefeeds/podcast
No go. It doesn't seem to recognize the url. I'm assuming the problem has something to do with the url argument but I'm not sure how to get around it.
Suggestions?