Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2009 at 23:18 UTC
Updated:
30 Jan 2010 at 18:50 UTC
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
Comment #1
agentrickardWrite a small module. Implement hook_init() or hook_form_alter(). Redirect using domain_goto() if not on the primary domain.
Comment #2
agentrickard