Hello!
Tell me how to redirect from http://site.ru/cat?id=12 to http://othersite.ru/parampampam with htaccess? If you do the usual redirect
#redirect /cat?id=12 http://othersite.ru/parampampam
then cat? id = 12 is added to the destination address it turns out http://othersite.ru/parampampam?id=12, respectively, we get an error: (
How can I go to http://othersite.ru/parampampam without? Id = 12?