We currently have a domain that have a wildcard ssl so our site is something like this,
www.ourdomain.com
ourdomain.com
subdomainA.ourdomain.com
subdomainB.ourdomain.com
and so on. What i want to ask is how to forward this,
www.subdomain.ourdomain.com to subdomain.ourdomain.com
I found this solution cname redirection but to no avail. I also tried adding
www.subdomain
as an A record pointing to our domain IP but still doesn't work. It still not forwarding to the right subdomain without the "www.".
I also tried via .htaccess from here but before my .htaccess do it's job the TLS handshake already detects that our ssl doesn't handle 4th level domains, and it will show security error. So clearly .htaccess won't work.
Hope you guys can help, Thanks.