I am using the Mambo OS which outputs a RSS feed that seems to cause problems for all of the php-scripted RSS aggregators that I have tried.
I am trying to grab an RSS 2.0 feed from Mambo and publish the news onto a non-mambo page with the .php extension. The Mambo RSS 2.0 feed looks like this:
[sample.com...]
An acceptable feed would look like this:
[sample.com...]
Am I on the right track with this code?:
RewriteCond %{QUERY_STRING} ^option=com_rss&feed=RSS2.0&no_html=1$
RewriteRule ^index2\.php$ [sample.com...] [R=301,L]
Thanks