I want to redirect each URL ending with /feed to mysite.com/rss
My old subscribers have links such as mysite.com/something/feed or mysite.com/otherthing/something/feed and I want to redirect them all to mysite.com/rss now.
How would I go about generating the redirect in .htaccess?
You can use either mod_alias or mod_rewrite, whichever one is more suitable with whatever other rules/settings you have. Put this in the htaccess file in your document root:
or: