我想将 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 /