• Hi, I made a mistake in a MailChimp campaign, and I tried to use ReDirection to set-up a redirect for the problem link that ends in /?add-to-cart=1289 to go to /?add-to-cart=3390. It works, but the “sent/Received” email sitting in my inbox (and customers’ inboxes) has automatic tracking code added to it, eg. /?add-to-cart=1289&mc_cid=5f85c92341f&mc_eid=[UNIQID] so the re-direction doesn’t work.

    I’m wondering if there is a way to use the re-direction plugin to re-direct the link /?add-to-cart=1289 to =3990 no matter what the last part of the URL is after the ampersand (&cid etc.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • if you write a proper regex for it, then yes….

    should be something like (.*)?

    Having similar issue with old site queries, such as

    /news.cfm?monthId=11&yearId=2008

    I want ALL /news.cfm? just sent to /news/

    Tried:

    /news.cfm?(.*)

    But not working…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can redirection re-direct a URL, when the end of the URL has tracking code’ is closed to new replies.