When I try manage to redirect forums (forum taxonomy) to specific domains (domain access) I wasn't able to - infinite loops.
For example:
(domain1)/forums/computer -> www.subdomain1/forums/computer
(domain1)/fr/forums/ordinateur -> www.subdomain1/fr/forums/ordinateur
but since I have more subdomains...
(subdomain3)/forums/computer -> www.subdomain1/forums/computer
(subdomain3)/fr/forums/ordinateur -> www.subdomain1/fr/forums/ordinateur
(subdomain4)/forums/computer -> www.subdomain1/forums/computer
(subdomain4)/fr/forums/ordinateur -> www.subdomain1/fr/forums/ordinateur
I spend almost all day to investigate this further - multilingual site with DA. Trying to uninstall/reinstall i18n, global redirect, redirect but I wasn't able fix this. Maybe somebody have similar functionality on his/her site and know how to get this working.
EDIT: Related http://drupal.org/node/1526408
Comments
Comment #1
batigol commentedI think I want to build something similar and after few tests I can't get it to work cause of Redirect infinite loops. I tested this on clean drupal (i18n, DA, variable, redirect) install and I could not set thing up without loops.
I guess redirect isn't working with DA cause other external links are working fine.
Comment #2
batigol commentedRedirect, redirects not working :) So for this module I think it's a major issue.
Comment #2.0
batigol commentededit
Comment #3
kerios83 commentedI think its a problem with DA. I'm not saying that this is DA problem but Redirect problem with DA.
On page when I simply link to other domain, everything is working but when I link to other page with is another Domain Accesss domain then I got infinite loops.
And Redirect module is right cause it use Active Domain to all redirects, so it could use domain1 simply link to domain1 (same address).
Comment #4
pwiniacki commentedI see when I try to add redirect from page1/test to page1/test I get
So with Domain Access page1=page2=page3 so it is possible to set URL redirect like page3/test to page1/test but it will not work - infinite loops.
Comment #5
batigol commentedI have tested few other modules - mainly Global Redirect, i18n, Domain Access and Pathauto. It seems that none of them have impact on this issue. It's only related with DA but it's not fault of DA itself.
Comment #6
batigol commentedSo anybody tried to fix redirect domain access redirections from domain/subdomain to other domain/subdomain without getting infinite loops ?
Comment #7
batigol commentedSame thing with rc1.
Comment #8
spamator12 commentedYep rc1 did not fix this issue for me also. Maybe we should ask if DA maintainers can do something about it ?
Comment #9
pwiniacki commentedTested with latest versions of all modules. This is still a pain in the ass.
Comment #10
evanmwillhite commentedAny update on this? I am running into it as well (7.x-1.0-rc1 & DA 7.x-3.4).
Comment #11
batigol commentedNope. After one and a half year it's still a pain in the ass...
Comment #12
pwiniacki commentedIt does not works. No ETA.
Comment #12.0
pwiniacki commentededit
Comment #13
anton-staroverov commented+1
Comment #14
anton-staroverov commentedFinally I solved the issue.
Checkout this module: https://www.drupal.org/project/domain_path_rewrite
It supports domain-specific redirects!
Comment #16
pwiniacki commentedAhh issue has been closed so I miss you answer. Gonna test it asap!
Hmmm after checking this again - with rc2 redirect module (https://www.drupal.org/node/1796596 and https://www.drupal.org/node/905914) I don't get redirect loops (uninstalled global redirect)...
Could you test if this fixed the issue for you? I would like to test domain_path_rewrite but since I'm unable to reproduce the mentioned problem I can't. Anyway thank you for your efforts Tony!
Comment #17
pwiniacki commentedComment #18
dave reidGoing to mark as fixed based on the feedback in #16.