I have a dedicated server on a webhosting company "not godaddy", and I manage my domains through godaddy.
I want to add a new subdomain and want this domain to point to a certain folder in my website.
I tried to add a new record : mysubdomain -> www.mywebsite.com/subfolder but godaddy appeared a message that this is not a right formate.
How to do this?
alt text

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

In website hosting context, DNS only maps domain names to server addresses with A (or AAAA) records. Basically that is like telling the system "I want this domain to be hosted by that hoster.".

Everything beyond this is done by your hoster. When you open domain.com or sub.domain.com in a browser, the connection can be done to the same server, but different content will be presented, as the webserver can distinguish between these two cases.

Without further information about your hoster this question cannot be answered.

link|improve this answer
You are right, and I asked another question for this there: serverfault.com/questions/206999/… – Amr ElGarhy Nov 29 '10 at 14:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.