I registered domain example.org in CDN and site is unavailable. How to resolve this issue?
|
||||
First of all DNS-records should be checked. Usually for correct work example.org has original IP-address and www.example.org has CDN IP-address and CNAME www.example.org.cybersecurecdn.com . Checking mechanism is described below: In order to activate alias, a DNS CNAME record for www.example.org needs to be created to point www.example.org.cybersecurecdn.com Name: www.example.org CNAME: www.example.org.cybersecurecdn.com Help link: https://support.google.com/a/topic/1615038?hl=en How to check? As an example we will use domain name example.org (one of CDN customer).
Another way to check DNS settings: Simple variantDNS Configuration Analysis
If resulting lines contain no "canonical name" then try next more complicate variant Complicate variant DNS Configuration Analysis
If above command failed, please, use: If the command above failed, run (mind abscence of WWW part):
Site availability check is usually performed with such utilities as ping, nmap and telnet and with browser. If these settings are correct, customer should provide redirect from example.org to www.example.org | ||||
|