The purpose of this document is to take some of the guesswork out of configuring new sites at such addresses as http://subdomain.clipperdist.com
In this section, you will find the steps you should take to avoid pitfalls. Server configuration and DNS records have many “gotchas” so follow the path laid here and you’ll never need to deal with conflicts and other issues.
First, you’ll configure the server so your files can be exposed to the internet. Currently your hosting provider is HostGator.
Then, you’ll set up the needed DNS records for the domain name at the domain name registrar so that browsers can direct traffic to your server and access the site files. Your domain name registrar is currently GoDaddy.
The server holds a lot of folders, files, and databases. You need to set aside a special folder to act as the destination for a browser to load your mini-site from. To do so, you need to configure a “subdomain.”
A subdomain is a second website with its own unique content, but there is no new domain name. Instead, you use an existing domain name and change the www to another name. The subdomain name looks like forums.domain.com, help.domain.com, help2.domain.com (assuming you already host domain.com).
The process of successfully creating a subdomain for a standard Clipper mini-site is as follows. When logged into HostGator:

You can now copy your files into the newly created folder using the “Files Manager” feature of HostGator’s control panel.
You need to tell your domain name about the existence of your new subdomain, or it won’t know where to send browser traffic. You do this by creating a record in the domain name system (DNS). These DNS records store two things primarily: The name of your subdomain, and the address of your server.
The address of your server is currently 162.144.12.158. That number is technically known as an internet protocol address, or IP address.
There are different types of DNS records, but you need only concern yourself with so-called “A-records” which are used when you need to point to an IP address directly.
The process for setting up a new record is as follows. When logged into GoDaddy:
Type: A
Host: subdomain
Points to: 162.144.12.158
TTL: 1 Hour

At this point it may take up to 48-hours for the domain name settings to propagate through every DNS server in the world, but you can usually count on seeing the changes within a few hours of making the change. If you don’t, please wait the full 48 hours before assuming something has gone wrong. It sucks, but that’s how the internet was built and it’s the internet we have to live with at this point.
The way to be sure the changes have taken effect is to successfully load a file from the server through the browser using the full URL of that file.
In the creation of this documentation we placed a simple text file on the server in the correct folder titled “jlsa.txt” that contains “Success!”
It can be pulled up in a browser at http://documentationexample.clipperdist.com/jlsa.txt
When the browser shows the content of the file, you know our work is done!