Forum Moderators: phranque
I hope someone can hale I'm trying to redirect and url like
www.domain.com/shop/index.php?main_page=product_info&products_id=171 to www.domain.com
RedirectMatch 301 /shop/.* [domain.com...]
it matches to the end of the index.php file but not the rest I end up with it directing to www.domain.com but looks like this in the address bar. www.domain.com?main_page=product_info&products_id=171
How can I fix this?
Cheers,