setup CNAME redirect or custom domain with url masking
hi,
we have an ecommerce app where customers store is located in subdomain.mydomain.com
now how can i offer my customers to have their custom domain to be treated as allies with that sub-domain.
for example,
www.customdomain.com will resolve subdomain.mydomain.com with url masking.
meaning www.customdomain.com will serve exact content of subdomain.mydomain.com without changing url.
i tried with adding CNAME record www.customdomain.com pointing subdomain.mydomain.com but that didnt worked.
i should add, subdomain.mydomain.com is on https and most likely customers wont have any server to setup ssl for their domain.
i would really appreciate some help here.
regards,