When you do something with SSH or root password you will get probably file permission problems at Linux.
If you are using DirectAdmin here is the easiest way to change all ownerships from root to user:
Here is the results:
If you are using DirectAdmin here is the easiest way to change all ownerships from root to user:
Code:
cd /home/username/domains/domain.com/public_html
chown -R username:username *
Here is the results: