mypage.com/store/index.php?product_id=62&thisvar=doesntmatterをmypage.com/store#page-anchorにリダイレクトしたい。私の現在のリダイレクトはこのように見えますが、何もしていないようです。私は何か間違ったことをしていますか?
RewriteCond %{QUERY_STRING} ^([^&]&)*product_id=62(&|$)
RewriteRule ^/store/index\.php$ /store#page-anchor [R=301,L]
編集:書き換えルールの前に次の行があることに注意してください。
RewriteEngine On
RewriteBase /