Add an External Domain

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:

Some DNS providers add 'example.com' in the name field automatically, please check if you need to add this or omit it from the examples below.

Name
Type
Value

_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

Does your DNS provider support a "flattened" CNAME (sometimes called ANAME, CNAME flattening, or ALIAS) on the root/apex?

  1. If YES you can add the following records:

Name
Type
Value

_acme-challenge.[example.com]

CNAME

[example].fb56597de0699182.dcv.cloudflare.com

example.com (blank/@)

CNAME

_fallback.uk-siteglide.com

  1. 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:

Name
Type
Value

Alternative Setup: Redirect all traffic to the root (e.g. https://example.com)

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:

Name
Type
Value

_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

Name
Type
Value

_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:

Important Note: Your domain can take up to a few minutes to be fully added to the system. Please check back and refresh the page shortly.

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.

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):

  1. Create a redirect.pizza account.

  2. Add your source. This should be the domain without www. For instance, enter example.com as your source.

  3. Set the destination to the variant with www. Example: www.example.com

  4. Press "Create redirect"

  5. 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?

  6. 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?