If you are facing issue with file permissions, run this command within the public_html to fix the permissions issue
find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} \; # Change file permissions rw-r–r–