Im sorry, but I still have this problem in version 1.0.9.
Maby Im doing wrong:
So in my page where news are: I just pasted it:
{news category='mynews number='10'} {CGFeedMaker action='autodiscovery' feed='news'}
My browser auto detects URL
http://url/feeds/news.rss but Internet Explorer cannot display this feed, my all rss readers also cant validate that url.
So when I modify URL to
http://if.ktu.lt/feeds/news;
http://if.ktu.lt/feeds/newsrss http://url/feeds/news.rss.rss or
http://url/feeds/news.rss.xml etc.. it shows the blank page and in the source I can the only this:
my config:
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
sorry guys but why its so confusing?