Hi everyone,
I am currently in the process of merging several users into one user.
Currently I have:
So far every user has one individual domain.
Files for those domains/websites are stored in "/home/username/public_html/".
This folder actually points to "/home/username/domains/userdomain.com/public_html/".
I have now started to merge the first user the following way:
But I now noticed that the file structure is different from how I worked so far.
Files in "/home/user1/public_html" still include the same files as before from "user1". Nothing from "user2" is in there.
All files from "user2" are now stored under "/home/user1/domains/user2domain.com/public_html/".
Is this correct and how it should be?
I am just confused as the "/home/user1/public_html/" is basically pointing directly & only to "user1".
But I guess this is just intended to point to whatever the first domain of a user is?
I am currently in the process of merging several users into one user.
Currently I have:
- user1
- user2
- user3
- user4
So far every user has one individual domain.
Files for those domains/websites are stored in "/home/username/public_html/".
This folder actually points to "/home/username/domains/userdomain.com/public_html/".
I have now started to merge the first user the following way:
- Create user backup from "user2"
- Copy "user2" backup into /home/user1/backups/
- Delete "user2" from DA
- Logged in as "user1" in DA, restore the backup from "user2"
- Logged in as "user1" in DA, in "Domain Setup", go to the domain from "user2" and redirect it to "user2"
But I now noticed that the file structure is different from how I worked so far.
Files in "/home/user1/public_html" still include the same files as before from "user1". Nothing from "user2" is in there.
All files from "user2" are now stored under "/home/user1/domains/user2domain.com/public_html/".
Is this correct and how it should be?
I am just confused as the "/home/user1/public_html/" is basically pointing directly & only to "user1".
But I guess this is just intended to point to whatever the first domain of a user is?