Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gregtech

    (@gregtech)

    Ok I solved this myself.

    The issue was that I had to stop rewriting URLs based on canonicals.

    I did this by adding this to my functions.php

    /**
      * Stop Redirecting to Canonical for Multi Domain to Work
      */
    remove_action('template_redirect', 'redirect_canonical');

    Thank you for a great plugin solution.

    • This reply was modified 5 years, 7 months ago by gregtech.
    Plugin Author matthias.wagner

    (@matthiaswagner)

    hy,

    thanks for the information. we are aware of this action and remove it for some special cases in the plugin already. we will investigate that ??

    matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Redirected to Mapped URL and 404’d’ is closed to new replies.