htaccessが一致しません
RewriteCond %{REQUEST_URI} ^/catalog/products_in_scene.php?(.*)$
RewriteRule ^(.+) "/services/hpv/index.php?%1"
RewriteCond %{REQUEST_URI} ^/shop/derivation_tree.php?(.*)$
RewriteRule ^(.+) "/services/dt/index.php?%1"
上の方はすべてのGET変数とうまく一致し、2番目の方は一致して正しいページに移動しますが、GET変数は送信しません。なんで?