Is it possible to redirect from other domains to the root domain when the user has to log in or sign up ?
I'll try to optimize over and over the landing pages of user /register /password, and I wish I hadn't to replicate on every domain.
Thanks,

Comments

agentrickard’s picture

Write a small module. Implement hook_init() or hook_form_alter(). Redirect using domain_goto() if not on the primary domain.

agentrickard’s picture

Status: Active » Closed (fixed)