Reputation: 1263
I am creating a CMS where it is my desire to make use of CNAME to allow clients to use their domain name but have the entire site hosted and run off of my server. I have been searching for answers to the following questions but to no avail. Assistance would be appreciated.
1] Can a CNAME be set up to run off dynamic pages and...
2] Will the client's domain name appear in the url address bar of the links pages when dynamic links created for the client's site are clicked or will the url revert to my domain on subsequent dynamic page and...
3] Is in necessary to create a folder for each client or can I simply use dynamic pages from the top level of my domain and...
4] If a separate folder is necessary, does it have to be a sub domain?
Thanks in advance... it is important for me to have this understanding before I begin the programming aspects of my intended purpose.
Any ideas and recommendations are surly welcomed.
Pete
Upvotes: 3
Views: 9668
Reputation: 2023
A CNAME record is an abbreviation for Canonical Name record and is a type of resource record in the Domain Name System (DNS) used to specify that a domain name uses the IP addresses of another domain, the "canonical" domain.
http://en.wikipedia.org/wiki/CNAME_record
It's used to map a domain name to another domain name, the latter of which should have an A record with an IP address.
Upvotes: 5