To connect a Subdomain from a third-party to your Cargo site requires editing DNS records such as
blog.example.com
or anything.example.com
, you’ll need to use a CNAME Record within the registrar where the domain is hosted.The “Name” field of the CNAME record will appear at the beginning of the domain, for example
www
. For the ”CNAME” value, use: subdomain.cargo.site
. Note: that it should copied and pasted as-is, and not altered to include your own site URL.Once that is configured, you can then paste the domain into your Settings tab in the “Connect an Existing Domain” menu. Also note that this can be combined with a 301 redirect record if you want to connect a domain without altering your nameservers.
Still need help?