Permalinks and Page Slug Redirection
-
Hello,
When I map my domain it seems to only works sometimes other times it redirects to the permalink for example i have mymaindomain.com/trainer and the domain that redirects to that page is otherdomain.com but when I go to otherdomain.com it gives me otherdomain.com/trainer using the page slug with my additional domain which pulls a 404 page not found
I looked on the forum to see if someone had a problem like mine and it turns out someone did and it seem he found the answer to his problem which was
/** * Stop Redirecting to Canonical for Multi Domain to Work */ remove_action('template_redirect', 'redirect_canonical');
and i tried this solution but now i get a no page found on mobile, and a plane html page on browser (any browser) no images, no sliders just colored text.
is there anything you can recommend to troubleshoot? or has anyone else had a similar problem that can be of help?
Thanks in advance
- The topic ‘Permalinks and Page Slug Redirection’ is closed to new replies.