Is there any drupal_goto() function for Domain Access ?

I would like to redirect my user programmatically to a specified path on a specified domain, which is not the current domain.
Is there a simplify way to do that ?

Comments

heyyo created an issue.

agentrickard’s picture

See domain_goto(), which only pops users to the same URI as the current request. You may have to write a new function, but really, drupal_goto() takes absolute paths, so look at how domain_goto() works.