Domain Physical Path in Windows 2003 Server
In Windows 2003 server , all the domains and subdomains will have the following format of physical path :
D:\Domains\domain.com\wwwroot (web pages)
D:\Domains\domain.com\db (database)
D:\Domains\domain.com\wwwroot\subdomain_name (sub domain directory)
D:\Domains\domain.com\logs (log files)
Example:
You have a domain namely abc.com and a subdomain name test.abc.com , the physical path will be as follow :
D:\Domains\abc.com\wwwroot
D:\Domains\abc.com\db
D:\Domains\abc.com\wwwroot\test
Also Read