I am trying to get a mod_rewrite working correctly.
Here is the code:
RewriteCond %{QUERY_STRING} ^main_page=product_info&products_id=301$
RewriteRule ^index\.php$
/blog/shop/index.php?route=product/product&product_id=301? [R=301,L]
It works, but in the end of the new URL %3f is added. Can somebody help me to get it work?