I've seen other threads about this general topic, but I didn't find what I needed to know.
We'd like to implement the following behavior:
User goes to webmail.userdomain.tld.
User is redirected to https://www.mainserverdomain.tld:2096
Currently, after setting the tweak settings, www.userdomain.tld/webmail redirects as we want it to, to https://www.mainserverdomain.tld:2096. We want webmail.userdomain.tld to do the same.
But webmail.userdomain.tld redirects to https://webmail.userdomain.tld:2096, which results in a cert error, because we only have a valid cert for mainserverdomain.tld.
Is there a way to achieve this without adding lines to the htaccess files for every user domain or other apache hacks?
Thanks.
We'd like to implement the following behavior:
User goes to webmail.userdomain.tld.
User is redirected to https://www.mainserverdomain.tld:2096
Currently, after setting the tweak settings, www.userdomain.tld/webmail redirects as we want it to, to https://www.mainserverdomain.tld:2096. We want webmail.userdomain.tld to do the same.
But webmail.userdomain.tld redirects to https://webmail.userdomain.tld:2096, which results in a cert error, because we only have a valid cert for mainserverdomain.tld.
Is there a way to achieve this without adding lines to the htaccess files for every user domain or other apache hacks?
Thanks.