Forum Moderators: phranque
where the directory should be in regard to wwwroot on Win2000. Please help.
Hope that gives you some pointers.
Andreas
In short CNAME lets you specify lots of alias names for the true/canonical name of a computer.
aaron.domain.tld CNAME server.domain.tld nick.domain.tld CNAME server.domain.tld alias.domain2.tld CNAME server.domain.tld specify that the canonical name for
aaron.domain.tld, nick.domain.tld, alias.domain2.tld is server.domain.tld. Specifying that some name is simply an alias for another real name prevents you from adding any other records (MX, A, etc) for that alias. It is simply an alias after all so the records for the true/canonical name will apply. Usually one could use an A record to specify an IP address for
aaron.domain.tld. But using CNAME gives you an additional abstraction layer. If all alias names are specified using CNAME records then you will only have to change one record when the IP of servername.domain.tld changes. If you had used an A record then you would need to change the IP address of aaron.domain.tld as well to point to the new IP address of servername.domain.tld. Andreas
I thought you used the CNAME with subdomains, but I see now that it isn't so.
You can do so when the subdomains should be handled by the same maschine as the main domain. The same could be achieved by using the same IP address in A records for each subdomain.
If you want to use seperate IP addresses for subdomains then you would need to use A records for each subdomain.
Specifying subdomains is but one use for CNAME records. Among a lot of other uses CNAME records may be used to specify subdomains.
I finally got a hold of one of the tech support and he made the subdomain point to the main domain to be able to access the pages on the wwwroot with the subdomain
So i think he did not create the subdomain after all. so if you type [subdomain.maindomain.com...]
or [maindomain.com...] you will be taken to the same page but the first is secured and the javascript for the ssl validate and the second one is not secured.
I hope this setup is not going to cause any problems in the future.
Thank you all very much.
AJ