Bug:
manage|files menu is displaying edit plugin
See the shot
Hmm, I get 404 when I tried to browse http://myblog.com/feed. As far as I concern, there’s no such feed directory in wordpress. Does it use mod_rewrite?
I thought it was harcoded in the theme. But after I checked it, the theme uses get_blog_info('rss2') . get_blog_info called get feed_link and get_feed_link some how returns http://myblog.com/feed/ instead of http://myblog.com/wp-rss2.php.
Any clues? Wrong installation or settings maybe?