Redirect with query string extraction
-
Hi,
I want to redirect this URL:
https://shop.domain.com/?liff_state=%2Fcart%2F%3Fadd-to-cart%3D1961
with query string extraction on last four digits (product ID) to this destination:
https://shop.domain.com/cart/?add-to-cart=1961
try a lot of regex combinations but doesn’t work, could you please help?
liff_state\=(.*) doesn’t work either
- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by .
- This topic was modified 3 years, 3 months ago by .
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Redirect with query string extraction’ is closed to new replies.