I am looking for a way to rewrite my custom post type feed located at
http://localhost:8888/feed/?post_type=post
to
http://localhost:8888/feed/portfolio
this post suggests using
http://localhost:8888/portfolio/feed/
which is not the main feed but the comments feed, any ideas?
http://localhost:8888/portfolio/feed
currently the above goes to comments as well.

/portfolio/address a real custom post type archive (withhas_archive), or a "fake" one with a stub page (pre-3.1 I think)? – Jan Fabry Sep 12 '11 at 11:00