Forum Moderators: phranque
[edited by: phranque at 5:47 am (utc) on Apr 7, 2014]
[edit reason] Please Use example.com [webmasterworld.com] [/edit]
Redirect 301 /component/ninjarsssyndicator/?feed_id=1&format=raw /index.php?option=com_obrss&task=feed&id=2:kindykids-feed&format=html
the new RSS is the second URL:
/index.php?option=com_obrss&task=feed&id=2:kindykids-feed&format=html
I'm guessing this is a Joomla site.
You really should change the Redirect directives to use RewriteRule.
when there are Redirect and RewriteRule directives in the same scope, the RewriteRule directives will run first, regardless of the order of appearance in the configuration file.
The most common situation in which mod_rewrite is the right tool is when the very best solution requires access to the server configuration files, and you don't have that access. Some configuration directives are only available in the server configuration file. So if you are in a hosting situation where you only have .htaccess files to work with, you may need to resort to mod_rewrite.