What ?
اگه مشکل پرمیشن و Owener داری با این دستورات درست میشه.
کد:find /home/username/public_html -type d -exec chown username:username '{}' \; find /home/username/public_html -type f -exec chown username:username '{}' \; find /home/username/public_html -type d -exec chmod 755 '{}' \; find /home/username/public_html -type f -exec chmod 644 '{}' \;