Configure new subdomains for microsites
This topic describes how to configure new subdomains for microsites in Optimizely Configured Commerce.
Creating a microsite and deploying it on a new sub-domain URL does not require a new domain registration; however, a public DNS entry is usually required. The new sub-domain will require a public DNS CNAME record of the same value as the pre-existing live domain (or an A Record potentially, but usually a CNAME). This is done either in the interface for the registrar, or some DNS service such as Route53, whatever is being used for public DNS.
The server on which the site lives will also need a new binding set up to accommodate the new sub-domain. This is set up in the IIS management console.
SSL also must be considered. Often times a wildcard cert is used, or a UCC SAN SSL certificate for multiple domains. That cert would then live on the load balancer, or IIS server if there is no load balancer.
The database will also need an entry for the new sub-domain.
Updated 4 months ago