Transfer a domain from one user to another Print

  • 0

cd /usr/local/directadmin/scripts
./move_domain.sh domain.com olduser newuser

Note, that if you have any apache owned files, they'll be chowned to the new user.
Also, if you have apache_public_html=1 in your directadmin.conf, I would recommended to change it to:
apache_public_html=0 and use the secure access group method instead.


Was this answer helpful?

« Back