Control Web Panel

WebPanel => How to => Topic started by: RedoStr on November 27, 2015, 02:20:12 AM

Title: How to Change User Directory?
Post by: RedoStr on November 27, 2015, 02:20:12 AM
Hi Guys! I'm Wondering to change user directory locations... I create a new user account and public_html location is; "/home/username/public_html". Can I change it? for example; "/home/username/websites/domainname/public_html"
I rebuild the Apache vHosts Template, I change to;
Code: [Select]
DocumentRoot "%homedir%/%username%/websites/%domain_name%/public_html"

ScriptAlias /cgi-bin/ "%homedir%/%username%/websites/%domain_name%/public_html/cgi-bin/

<Directory "%homedir%/%username%/websites/%domain_name%/public_html">
        AllowOverride All
</Directory>

but when I create a user, cwp say;
DocumentRoot [/home/username/websites/domainname/public_html] does not exist
Checking if "/home/username/public_html" folder if exist: [YES]

and user folder stay at "/home/username/public_html" :(

What Can I do? or home directory can't change?

Sorry For Bad English  :)
Title: Re: How to Change User Directory?
Post by: Igor S. on November 27, 2015, 10:35:04 AM
Hello.

I'm afraid the CWP does not have the feature... You must create a home directory manually.