Does anyone know if it is possible to change the way DotNetPanel controls its file structure? Either by config files or editing the source?
Basically I can see it works this way:
\Username
\firstdomain.com
\seconddomain.com
If A second Hosting Space is created
\Username1
\firstdomain.com.au
\seconddomain.com.au
I want DotNetPanel to create a folder structure like the following:
\Space.Name1 (SpaceName)
\FirstDomainName
\wwwroot
\SecondDomainName
\wwwroot
\Space.Name2
\DomainName
\wwwroot
So basically we want the username field dropped and use it in such away that the "spaces" name is used. This is because the "spaces" act as
customers/business and these can have multiple websites under them.
Also does anyone have a list of all the variable available for use in DotNetPanel. ie. [DOMAIN_NAME] [USER_NAME] etc
Thanks
Matthew