Simple steps for making your site live.
Create a CNAME for the www
subdomain for your domain:
www
subdomain.airshipcms.io
In the above value, the subdomain is your subdomain on AirshipCMS.io.
Settings may take several minutes to hours to take effect, depending on your DNS provider.
Example:
For my site "doodlipoop.com":
www
doodlipoop-shop.airshipcms.io
Result: www.doodlipoop.com
points to and serves doodlipoop-shop.airshipcms.io
.
Create a Temporary 302 Redirect to point your root domain yourdomain.com
to your www
subdomain www.yourdomain.com
Settings may take several minutes to hours to take effect, depending on your DNS provider.
Example:
For my site "doodlipoop.com", set:
doodlipoop.com
www.doodlipoop.com
Result: doodlipoop.com
points to www.doodlipoop.com
and serves doodlipoop-shop.airshipcms.io
.
Some DNS providers do not have an option to set a Temporary Redirect for the root domain. In this case, you will need to create an ANAME and point your root domain to a static IP Address. This method is less recommended, becase IP Addresses of servers can change. This seldom happens, though it can happen if there are server upgrades, optimizations, or other system changes.
For some Airship Sites where we do not have access to the DNS Provider, or the DNS Provider does not have redirect controls, we use the redirect.name service.
Example: For my site "doodlipoop.com":
www
to point to doodlipoop-shop.airshipcms.io
_redirect
with the value Redirects to http://www.doodlipoop.com
45.55.72.95
Result: doodlipoop.com
points to 45.55.72.95
which is set to redirect to www.doodlipoop.com
and serves doodlipoop-shop.airshipcms.io
.
In case you are wondering why you cannot just point your root domain to your Airship Site, and then allow either "www" or your plain root domain serve the site, it is beause you cannot set a CNAME for root domains (that's just how domains work). Thus, we need to set a CNAME for "www" and point your root domain to "www."