Change the root directory for all new users permanently
Posted: Sun May 27, 2018 11:27 pm
Hello,
Is there a way to change the root directory from to for all new users permanently?
What I want to happen is that, every time new user is created, I want the root directory to be `public_html/public` instead of `public_html` or at least change the `public_html` to `public` only.
Is there a way to change the root directory from
Code: Select all
public_html
Code: Select all
public_html/public
What I want to happen is that, every time new user is created, I want the root directory to be `public_html/public` instead of `public_html` or at least change the `public_html` to `public` only.