I'm trying to fix a podcast that is now broken after a site conversion. Somehow itunes has a broken url as the podcast rss url. So I need to 301 redirect it. This is what I'm trying to do:
but that doesn't work, and wordpress just seems to give me a 404 when I go to http://site.com/feed/index.phppodcast.php which is the address itunes is trying to pull from
Any ideas?
Code:
Redirect 301 http://site.com/feed/index.phppodcast.php http://site.com/?feed=podcast
Any ideas?


