Bug #9716
closedRedirect mapped subdomains to mapped "primary" domains on front-end?
0%
Description
As part of #5525, we disabled the "primary redirect" feature of wordpress-mu-domain-mapping. This is necessary because admins need to be able to visit the Dashboard of the Commons subdomain. But it feels somewhat jarring on the front end. Ray, do you think it's possible to do the primary domain redirect on the front-end only? Probably not a big deal if it's too hard.
Updated by Raymond Hoh over 6 years ago
Ray, do you think it's possible to do the primary domain redirect on the front-end only?
I actually do redirect, but only for logged-out users. The rationale is we do not have SSO working at the moment so if an authenticated user is logged in, but goes to their mapped domain, they will not be authenticated there.
Let me know if we should make the redirect happen for the front-end at all times.
Updated by Boone Gorges over 6 years ago
- Status changed from New to Rejected
Ah, you're way ahead of me! Logged-out users is fine - it'll cover search engines, and most visitors. Thanks!!