I tried to move a domain to another user, using info on:
http://help.directadmin.com/item.php?id=58
cd /usr/local/directadmin/scripts
./move_domain.sh domain.com olduser newuser
domain is moved allright, but site does not work anymore, it throws the following message
===========================================
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
===========================================
What is it in this script that makes this mistake happen, this is the preferred way of doing things according to DA, but it apparently does not work properly.
There is no .htacces on the site.
What should I do now? How can I fix this script so it does not do this everytime.
http://help.directadmin.com/item.php?id=58
cd /usr/local/directadmin/scripts
./move_domain.sh domain.com olduser newuser
domain is moved allright, but site does not work anymore, it throws the following message
===========================================
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
===========================================
What is it in this script that makes this mistake happen, this is the preferred way of doing things according to DA, but it apparently does not work properly.
There is no .htacces on the site.
What should I do now? How can I fix this script so it does not do this everytime.