I had a URL at my old site that I wish to replicate with my new WP blog site.
The URL is http://soccershout.com/rss
I want this to return my feed for just the 'podcast' category posts (I've installed podPress).
I have used a plug-in to forward
/rss
to
/category/podcast/feed
It's sort-of-working, but it does a permanant forward (I think that's the right term) so the user sees the /category/podcast/feed address in the browser.
I'd like this to be invisible to the user (and I think this is also causing problems with some RSS readers/podcatchers that don't follow that fwd).
So...what's the best way to do this?
I'm happy to hack around with .htaccess if someone gives me the line to include (and where to include it).
But if there's a plug-in that could do this, that would be cool too.
Thanks in advance.