Hello,
I am trying to use domain module but have an issue with getting uniform urls for users.
e.g when I have domains
news.mysite.com
sports.mysite.com
members.mysite.com

I want all my users urls to be using members.mysite.com as the base URL.
Currently when a user link is on news.mysite.com it will be news.mysite.com/users/USER1
The same user then has another link from sports.mysite.com it will be sports.mysite.com/users/USER1

What I need is this user to have only ONE URL from all subdomains and that url in this case should be members.mysite.com/users/USER1 and not any of news.mysite.com/users/USER1 or sports.mysite.com/users/USER1

Thanks in advance

Comments

agentrickard’s picture

Custom code using hook_domain_source_path_alter() or you can set these individually using Domain URL module. (http://drupal.org/project/domain_url).

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade.

//www.flaticon.com/free-icons/thank-you Thank you for your contribution! Your continued support of this project makes other volunteer contributions more sustainable.
There are multiple ways to show appreciation for the work contributed to this project, including:
  • Triaging issues and adding more context to existing issues.
  • Writing documentation or patches for this project.