domain_path_redirect
602 sites
Security covered
This small module allows creating alternative redirects per domains. It extends the Redirect module.
When to use
- for managing redirects on multi-country (multi-domain) sites
For example, having three domains on our site:
- example1.com
- example2.com
- example3.com
Domain Path Redirect will allow you to create different redirect in each domain, like:
- example1.com - from `/node/2` to `/node/25`
- example2.com - from `/node/2` to `/node/17`
- example3.com - from `/node/2` to `/user/7`