The module currently redirects fine for nodes:
foo.example.com/node/123
redirects to
bar.example.com/node/123
however, for system paths (user, etc), or views, this doesn't work:
foo.example.com/user
redirects to:
bar.example.com
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | domain_user_default.980036-3.patch | 1.67 KB | jhedstrom |
| #2 | domain_user_default.980036-2.patch | 1.54 KB | jhedstrom |
Comments
Comment #1
jhedstromNope. Nevermind. This was a configuration/cookie issue.
Comment #2
jhedstromHmm. Now I can reproduce it. Adding patch that seems to fix it, in case others want to test.
Comment #3
jhedstromUpdated patch that uses domain_get_uri() for simplicity.