Hi. To be consistent with current practices for my site, I want to remove the feed_base part of the feed url/permalink. For example, I want to convert:
http://www.mydomain.com/feed/rss
to
http://www.mydomain.com/rss
The latter URL always gets rewritten to the former URL. Is there a way to get WordPress from doing that?
Even if I try to force the issue in my .htaccess file, the request still goes through the WP rewrite process after the fact.
I'm using WordPress MU 2.9.2. Thanks!