Custom Domain
Set up a custom domain or subdomain for your hub
www
subdomain
www.example.com
Custom subdomain
event-x.example.com
Apex domain
example.com
Subdomain
It's straightforward to set up a custom subdomain for your hub such as www.example.com or eventx.mydomain.com by setting a CNAME record with your DNS provider and submitting an email request to clients@wavecastpro.com.
DNS changes take a few minutes to implement but can take up to 24 hours to propagate across the internet. If your domain is already in use, please inform us to avoid any downtime.
Set the CNAME record for your subdomain in the DNS settings and point it to dns1.wavecast.io.
Apexdomain
Please consider your apex domain.
An Apex domain is a root domain that does not contain a subdomain. They are also known as base, bare, naked, root apex, or zone apex domains.
example.com is an apex domain because it does not have a subdomain
www.example.com is NOT an apex domain because it contains the subdomain part www.
If your Apex domain is not set, a user may type in your domain without the www. and fail to find your site.
Set an ALIAS for your apex domain in the DNS and point it to dns1.wavecast.io
If your domain registrar does not support ALIAS create an A record instead.
Apex domain
(example.com
)
A
@
209.38.176.207
Apex domain
(example.com
)
ALIAS
or ANAME
@
dns1.wavecast.io
Subdomain
(www.example.com
,
eventx.example.com
)
CNAME
www
or
eventx
dns1.wavecast.io
*IMPORTANT Notes*
Unless your DNS provider supports CNAME flattening, do not create a CNAME record for your custom apex domain (unless you really know what you are doing!). It may cause issues with other services, such as email.
Papillon servers will manage the redirection from or to your Apex domain and subdomain.
Last updated