How do you create a simple URL alias to an existing feed URL.
Ex.
I have this URL:
http://my.example.org/category/something/feed
I want the same feed to work at this URL:
http://my.example.org/somethingelse/feed
I've tried using Apache rewrite rules and don't seem to be getting the desired effect.
without creating a redirect. Any assistance would be greatly appreciated!