Hell, I'm having a problem with Rewriting my old adres to the new WordPress. Before WordPress I was using Mambo CMS and the RSS was followed by some very big sites which generated a lot of traffic. After moving over to WordPress I'm missing a lot of visitors by that switch.
I tryed to make a Rewrite script (copyed it ;) ) in an .htaccess file but it doensn't work.
This is what I tryed:
RewriteEngine On
rewritecond %{http_host} http://www.mysite.nl/index.php/feed/$1 // Worpress RSS codeline
rewriteRule ^(.*) http://www.mysite.nl/index.php/option=com_rss&feed=RSS2.0&no_html=1[R=301,L] // Mambo RSS codeline
Anyone?