Hello,
My users get login.mydomain.com subdomains for their accounts. I want *.login.mydomain.com to redirect to login.mydomain.com . So far simple, just add serveralias to custom httpd.conf
However, when the users creates a subdomain (so sub.login.mydomain.com) it doesn't work (doesn't point to subdirectory sub), because *.login.mydomain.com is higher up the httpd.conf and catches all subdomains :/
any idea how to do this?
My users get login.mydomain.com subdomains for their accounts. I want *.login.mydomain.com to redirect to login.mydomain.com . So far simple, just add serveralias to custom httpd.conf
However, when the users creates a subdomain (so sub.login.mydomain.com) it doesn't work (doesn't point to subdirectory sub), because *.login.mydomain.com is higher up the httpd.conf and catches all subdomains :/
any idea how to do this?