Quote:
Originally Posted by DavidJ
Sub-domains are like separate websites that has its own data but is linked to the main domain, is this correct?
|
Yes, that's right. Basically, the data of the main domain is under public_html folder and if you create a subdomain, the data of the subdomain is under a folder which is under public_html.
Quote:
Originally Posted by DavidJ
Now, directories on the other hand is a part of the main domain but the sub-domain could also acquire information from it, am I right?
|
Yes, the directories are a part of the main domain and the subdomain can also acquire information from it.
Quote:
Originally Posted by DavidJ
Or does the sub-domain has its own directory?
|
Yes, the subdomain has it's own individual directory under the public_html folder of the main domain.
Please feel free to post if you have any further questions
