Is it possible to change the files access without facing serious security problems?
Use the following command to manually change folder access to 755:
find /home/<user>/domains/yourdomain.com/public_html -type d -exec chmod 755 {} \;
Use the following command to manually change the file access to 644:
find /home/<user>/domains/yourdomain.com/public_html -type f -exec chmod 644 {} \;
Note: In the above commands, you must enter the domain address you want instead of yourdomain.com.
+8595670151
7 days a week, 24 hours a day