simple(?) redirect question
-
Hi, I’m trying to do a wildcard redirect and get the URL parameters to transfer over to the designation.
Original URL: https://www.daytonparking.com/reservation/book/?loc=440-16&promo_code=HEN15
Desired destination URL: https://rez.daytonparking.com/?loc=440-16&promo_code=HEN15
Redirect 301 setup on https://www.daytonparking.com:
from: /reservation/book/*
to: https://rez.daytonparking.com/*
Should that work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘simple(?) redirect question’ is closed to new replies.