Okay, so just some follow-up information I just discovered.
Say the primary domain is localhost, and the subsequent hosts mapped domains are localhost2, localhost3, etc. localhost2 is mapped in the plugin configuration to /domainpage2, and localhost3 is configured to /domainpage3. Both of these pages are visitable at https://localhost:8080/domainpage2 and https://localhost:8080/domainpage3, respectively.
If I visit https://localhost2:8080, I will be redirected to https://localhost:8080. It doesn’t show domainpage2 content. The same happens if I visit https://localhost3:8080.
Here is what I just discovered: if I visit https:///localhost2:8080/domainpage2 it does not redirect. Not sure what’s going on. Does this look like a familiar misconfiguration I can fix, or is it a defect? The odder thing is, visiting https://localhost2:8080/domainpage3 will render fine, as well, which is unexpected.
-
This reply was modified 8 years ago by omnilord.