Add an External Domain
We strongly recommend Fully Delegating your domain for best results or ensuring you use a domain control panel that allows CNAME records on the root/@ or ANAME records such as Cloudflare.
If you have a domain that is managed in GoDaddy or another registrar and would like to point it to a Siteglide website you can use our External Domain feature. This means that you can continue to manage your DNS through GoDaddy/other registrar.
If your site is hosted on our OCI servers (Oracle+Cloudflare)
If your site is on one of our new OCI (Oracle+Cloudflare) stacks the UI will look slightly different, you will be able to add both CNAMEs at the same time.
Standard Setup: Enable WWW Redirect (e.g. https://www.example.com)
Most websites use www and redirect non-www traffic to www.
Step 1: Add the domain
Simply select External, type in the root domain (without www) and then select 'Use as default domain' and 'Enable WWW redirect':

Step 2: Add the records
Simply add the following records in your DNS control panel:
_acme-challenge.[www.example.com]
CNAME
[www.example.com].fb56597de0699182.dcv.cloudflare.com
[www].example.com
CNAME
_fallback.uk-siteglide.com
example.com (blank/@)
A
See step 3 below
Step 3: Redirect the root to www
If your DNS provider doesn't support CNAME flattening we recommend switching either to our fully delegated option or using Cloudflare to manage your DNS (they offer CNAME flattening).
Does your DNS provider support a "flattened" CNAME (sometimes called ANAME, CNAME flattening, or ALIAS) on the root/apex?
If YES you can add the following records:
_acme-challenge.[example.com]
CNAME
[example].fb56597de0699182.dcv.cloudflare.com
example.com (blank/@)
CNAME
_fallback.uk-siteglide.com
If NO you must redirect traffic to www and you will need to use an external service such as redirect.pizza to handle the root redirection to www:
Alternative Setup: Redirect all traffic to the root (e.g. https://example.com)
This is not possible via External DNS if your DNS provider doesn't support CNAME flattening. We recommend switching either to our fully delegated option or using Cloudflare to manage your DNS (they offer CNAME flattening).
Step 1: Add the domain
Simply select External, type in the root domain (without www) and then select 'Use as default domain' and not NOT select 'Enable WWW redirect':

Step 2: Add the records
Simply add the following records in your DNS control panel:
_acme-challenge.[example.com]
CNAME
[example.com].fb56597de0699182.dcv.cloudflare.com
example.com (blank/@)
CNAME
_fallback.uk-siteglide.com
Subdomain Setup
Step 1: Add the subdomain
Simply type in the subdomain and ensure you do not select Enable WWW redirect:

Step 2: Add the records
_acme-challenge.[subdomain.example.com]
CNAME
[subdomain.example.com].fb56597de0699182.dcv.cloudflare.com
[subdomain].example.com
CNAME
_fallback.uk-siteglide.com
If your site is hosted on our AWS servers
If using AWS please follow the steps below, contact us if you're unsure which stack you are on.
Step 1: Add a Domain
Navigate to the Domains tab on the Site and click Add Domain:

Step 2: Choose External

Step 3: Enter Domain Details
Type in the root domain without www and you'll likely want to set it as the Default Domain and Enable WWW Redirect. Then click Add Domain:

Step 4: Add SSL Verification CNAME
Once your domain has finished creating in the system, it's status will change to "Ownership Verification Pending" which means it is now ready.

Add the generated CNAME record to in your DNS control panel to verify ownership, generate an SSL certificate and automatically apply it to your site during the next step.
GoDaddy example:

Once you have saved the record in your registrar, allow some time for propagation, check back and refresh the page.
Important Note: The CNAME verification record must NOT be deleted at any point otherwise the SSL certificate will not renew.
Step 5: Add WWW CNAME Record
Once the verification CNAME record has propagated the WWW CNAME Record needs to be added in your DNS Control Panel (GoDaddy example):


The site will now be live via WWW (https://www.domain.com) but not via the root domain (https://domain.com). Complete Step 5 to fully setup the domain correctly. The domain should show as 'Live' under the Status column in Siteglide:

Forward the Root/@ to the www (with SSL)
Most DNS Control Panels cannot correctly redirect the root traffic to the WWW over SSL so we recommend using an external service called Redirect.Pizza.
Just follow these steps to redirect your non-www to the www variant. The non-www is also sometimes called naked record or "apex" (screenshots below):
Create a redirect.pizza account.
Add your source. This should be the domain without www. For instance, enter example.com as your source.
Set the destination to the variant with www. Example: www.example.com
Press "Create redirect"
The required DNS change pops up. Go to your domain registrar to make this DNS change for the A record. This record may already exists '@'. Press 'edit' to edit it to the required DNS setting for redirect.pizza. For more info, see What are these DNS changes?
The DNS change is made! It may take up to 24 hours before the DNS is fully propagated.



These Steps can also be found here: https://redirect.pizza/support/redirecting-non-www-to-www
Last updated
Was this helpful?