The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

301 Redirect with multiple paramater and doc type change

cesarcesar

New Member
affiliate
Hi all, I hope someone can help me here. I'm trying to do a 301 from/to the following urls. I will post what i have that is not working as well. Thanks much.

From
Code:
store/cart/index.php?page=2&prod_id=4&category=20
To
Code:
products/blue/widgets/2.html
My not working code
Code:
RewriteCond %{QUERY_STRING} ^page=2&prod_id=4&category=20$
RewriteRule ^store/cart/index\.php$ **********/products/blue/widgets/2.html? [R=301,L]
I cant post URL's so replace the ********** with a proper http url.
 
Last edited by a moderator:
MI
Back