Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve multi domain situation #52

Open
mirodietiker opened this issue Aug 31, 2015 · 1 comment
Open

Improve multi domain situation #52

mirodietiker opened this issue Aug 31, 2015 · 1 comment

Comments

@mirodietiker
Copy link
Member

Both redirects and 404s have problems with an environment that involves multiple domains.

By default, Drupal ignores the domain mostly and just considers the routes. Except for per-language domains... Then we have aliases that are limited to a language only.
The log is now already language aware.

When releasing a site that previously had multiple domains, then redirects possibly want to be limited to a specific domain.

The idea is to add an optional domain field per redirect (needs consideration in the hash, much work...).
And 404s should be clearly identifyable, so a fix404 is properly prefilled with the domain.

A redirect might want to target to a different domain. This needs investigation.
There are many potential problems such as entities that change language on update and generate redirects. Also the combination with the recent recursive resolution of redirects needs investigation.

@mirodietiker
Copy link
Member Author

Much related to #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant