I want to execute the below redirection using any one of the following:- URL Redirects, Static Mapping or Dynamic Mapping in SFCC.
Source URL: https://www.domainName.com/category/?prefn1=refinementColor&prefv1=Multi
Destination URL: https://www.domainName.com/category/?prefn1=refinementColor&prefv1=Multicolor
Only the value of prefv1
parameter needs to be updated to prefv1=Multicolor
and the rule should work for any value of category
in the URL.
I tried adding the below rule in dynamic mapping but didn't worked.
/*/?prefn1=refinementColor&prefv1=Multi s,,,,,{0}/?prefn1=refinementColor&prefv1=Multicolor