We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you have multiple domains in your config, sharing the same root e.g.
you have config for local dev and online env
$config->MultisiteDomains = array( "domain1.com" => array( "root" => "root_domain1.com", "http404" => 27 ), "domain1.local" => array( "root" => "root_domain1.com", "http404" => 27 ) );
The modul always redirects links to the first domain, where the root-key matches.
expected behavoir (on domain domain1.local)
domain1.local
current behavoir
domain1.com
The text was updated successfully, but these errors were encountered:
somatonic#12 Fix bug with multiple domains and same root-key
31916ff
somatonic#12 Fix rewriting urls for multiple domains with same root
fa929ec
No branches or pull requests
When you have multiple domains in your config, sharing the same root e.g.
you have config for local dev and online env
The modul always redirects links to the first domain, where the root-key matches.
expected behavoir (on domain domain1.local)
domain1.local
current behavoir
domain1.com
The text was updated successfully, but these errors were encountered: