I am building a network of Joomla 3.x websites for a company. There will be one over-arching "master site" and then a series of "mini-sites" for each company division. Each mini-site will have its own news blog layout page.
I need to aggregate all the news from the mini-sites to the master site. My plan thus far has been to set up RSS feeds from each of the mini-site news pages and pull those feeds into the master site using menu item "news feed > single news feed".
The problem is that Joomla 3 does not seem to recognise its own RSS feeds. I think it comes down to the syntax of the URL which is...
http://minisite1.mydomain.com/news?format=feed&type=rss
When I put this URL into any other RSS reader they too throw errors so this must be where the error lies.
I must be doing something fairly fundamentally wrong here but I can't figure what it must be. Can anyone suggest a solution? Or perhaps an alternative way of aggregating content from different Joomla websites?