I've been struggling to do 301 redirects, and none of the existing topics helps.
I need to make redirects with .htaccess for the following pages:
Redirect 301 http://www.mypage.com/?q=company/contacts http://www.mypage.com/contacts
Redirect 301 http://www.mypage.com/?q=product/new/ghz/name-5 http://www.mypage.com/name-5
I know that I should use rewrite rules and specify {QUERY-STRING} and believe me, I've tried. Nothing helps.