Hello,
I hope this is not a too stupid question ... ;)
Under drupal 6, I had a "domain redirect" module installed that did the following:
- Example: Node 1111 is only available on domain2.org
- If node 1111 was called from domain1.org (domain1.org/node/1111), the user was redirected to domain2.org/node/1111.
The problem: I can not find this module for drupal 7.
There still is a module with the name "domain redirect" on drupal.org (http://drupal.org/project/domain_redirect), but according to its description (as I understand it), it has a completely different function.
How can I achieve the functionality that I described above. Is this in the domain module, or is there another module available?
Thanks for your help.
Comments
Comment #1
agentrickardI don't think that module was ever released properly. It should be somewhere in the issue queue as a zip file.
Comment #2
pwiniacki commentedHmmm interesting. I have newer used DA 6.x. Will this module work in D7.x with taxonomy terms ? For example If a node is tied with specific forum taxonomy (container) it will be displayed from specific domain/subdomain ?
Related: http://drupal.org/node/1526408
I'm looking for something since redirect bug - http://drupal.org/node/1540064
Comment #3
pwiniacki commentedWell cause of https://www.drupal.org/node/905914 you don't need to use global redirect and redirect module is checking for loops now - https://www.drupal.org/node/1796596, so it's a good oportunity for tests.
Comment #4
bluegeek9 commentedDrupal 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.