I'm not sure if this is a Domain Access issue, but here is my use case:

- 1 Drupal installation for multiple domains using Domain Access module
- Old URL: site.com/alias
- New URL: shop.site.com/alias
- I'd like to redirect old URL to new URL but this results in an infinite loop

Any way around this? Thanks a lot.

Comments

agentrickard’s picture

DA only issues redirects if shop.site.com is not a valid domain or the user is not authorized to view it. So that suggests some other cause, typically Global Redirect.

remkovdz’s picture

Project: Domain » Global Redirect
Version: 7.x-3.x-dev » 7.x-1.5
Category: support » bug

Moved this to Global Redirect.

Here is my use case:

- 1 Drupal installation for multiple domains using Domain Access module
- Old URL: site.com/alias (website is still live and will be, in this example only the alias is old)
- New URL: shop.site.com/alias
- I'd like to redirect old URL to new URL but this results in an infinite loop

Any way around this? Thanks a lot.