Im working in a new 2.5 joomla site and the old site was 1.5, the urls from the old site are no SEF. I need to redirect the old 1.5 no SEF urls to the new SEF urls, im doing this:
redirect 301 /index.php?option=com_k2&v... http://www.newsite.com/es
(Note the language in the url, its seem to be important for the problem, im using the joomla integrated language system)
But its not working, somehow joomla strips the index.php and the redirect doesnt work. I try to strip the index.php from the redirect, buts its doesnt work either. Im a noob in htaccess and redirects and im stuck in this... Thank you.