Hi there

I'm tring to do a 301 redirect to have a "category alias" (I think it would be a smart way to avoid the creation another category and duplicating items, since there is a bunch od subcategories in it)

so basically I would like to achieve a:

Code:
redirect 301 /store/index.php?main_page=index&cPath=7  http://www.thedomain.com/store/index.php?main_page=index&cPath=1
so when one clicks on the category 7, they open teh category 1

but unfortunately, it seems that everything after the questionmark is not recognized.

Any suggestions (maybe with a rewrite rule, where I'm no expert?)

Thanks!