This article relates to both PHP and windows hosting packages. It explains the folder structure and how to access the root using a full path.
Both Microsoft & PHP hosting packages use the same folder structure;
Folder Structure
ROOT
Backup
Subdomains
wwwroot
Backup
This folder stores site backups that are created from the Helm 4 control panel. This folder is not publicly accessible from the internet.
Subdomains
This folder stores website sub domains that are created from the Helm4 control panel. Only the sub domain folders that are created when adding a sub domain are accessible from the internet
wwwroot
This folder stores the main website files that are publicly accessible from the internet
Website Root Paths
All websites use the following folder structure. If you have application or databases that need full path to be stated then use the following solution:
Examples
D:\Domains\domainname.com\wwwroot\App_Data\databasename.mdf
Or
D:\domains\infomind.co.uk\
Note
Do not put www. In front of the domain name and always include the domain extension at the end of the domain name.