08-31-2022, 01:35 PM
sorry, can't help much, never use cpanel, I do this from the command line. There must be a way to do that from cpanel though
In linux terminal I usually execute
cd corebos_directory
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod g+w {} \;
chown -R www-data ../corebos_directory
In linux terminal I usually execute
cd corebos_directory
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod g+w {} \;
chown -R www-data ../corebos_directory
Joe
TSolucio
TSolucio