Posted by jhedstrom on November 23, 2010 at 7:47pm
1 follower
| Project: | Domain User Default |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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
Comments
#1
Nope. Nevermind. This was a configuration/cookie issue.
#2
Hmm. Now I can reproduce it. Adding patch that seems to fix it, in case others want to test.
#3
Updated patch that uses domain_get_uri() for simplicity.