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.

This guide is for our Oracle/Cloudflare OCI servers. If your site is on our old AWS stacks please use the link below:

Legacy AWS External Domains

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 www records

Simply add the following records in your DNS control panel to setup the www version:

Replace [example.com] and [www.example.com] with and without www as documented.

UK OCI server:

Name
Type
Value

_acme-challenge.www

CNAME

[www.example.com].fb56597de0699182.dcv.cloudflare.com

www

CNAME

_fallback.uk-siteglide.com

US OCI server:

Name
Type
Value

_acme-challenge.www

CNAME

[www.example.com].946274feaef29fbf.dcv.cloudflare.com

www

CNAME

_fallback.us-siteglide.com

AU OCI server:

Name
Type
Value

_acme-challenge.www

CNAME

[www.example.com].e94b5430d374b59e.dcv.cloudflare.com

www

CNAME

_fallback.au-siteglide.com

Step 3: Redirect the root to www

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

  1. If YES you can add the following records (replace values in square brackets: []):

Name
Type
Value

_acme-challenge

CNAME

As above but without www, e.g for UK:[example.com].fb56597de0699182.dcv.cloudflare.com

blank/@

CNAME

As above, e.g. for UK: _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 select 'Enable WWW redirect':

Step 2: Add the records

Simply add the following records in your DNS control panel:

UK OCI server:

Name
Type
Value

_acme-challenge

CNAME

[example.com].fb56597de0699182.dcv.cloudflare.com

blank/@

CNAME

_fallback.uk-siteglide.com

US OCI server:

Name
Type
Value

_acme-challenge

CNAME

[example.com].946274feaef29fbf.dcv.cloudflare.com

blank/@

CNAME

_fallback.us-siteglide.com

AU OCI server:

Name
Type
Value

_acme-challenge

CNAME

[example.com].e94b5430d374b59e.dcv.cloudflare.com

blank/@

CNAME

_fallback.au-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

Replace [subdomain] with the value you want the subdomain to be, e.g: 'blog' (this would create: blog.example.com). In this example replace [subdomain.example.com] with: 'blog.example.com'.

UK OCI server:

Name
Type
Value

_acme-challenge.[subdomain]

CNAME

[subdomain.example.com].fb56597de0699182.dcv.cloudflare.com

[subdomain]

CNAME

_fallback.uk-siteglide.com

US OCI server:

Name
Type
Value

_acme-challenge.[subdomain]

CNAME

[subdomain].946274feaef29fbf.dcv.cloudflare.com

[subdomain]

CNAME

_fallback.us-siteglide.com

AU OCI server:

Name
Type
Value

_acme-challenge.[subdomain]

CNAME

[subdomain].e94b5430d374b59e.dcv.cloudflare.com

[subdomain]

CNAME

_fallback.au-siteglide.com


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. In most cases, you will want the setting for "Path forwarding" and "Query string forwarding" set to "Yes". If set to "No", all non-www pages will redirect to your www homepage.

  5. Press "Create redirect"

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

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