برای سی پنل
find /home/user/public_html -type d -exec chown user:user '{}' \;
find /home/user/public_html -type f -exec chown user:user '{}' \;
find /home/user/public_html -type d -exec chmod 755 '{}' \;
find /home/user/public_html -type f -exec chmod 644 '{}' \;
دایرکت ادمین خودت آدرس دهیشو درست کن
قبلا آموزششو دادم