Forums
(@rdv58)
2 years, 1 month ago
Managed to fix the problem. The files and folders were owned by www-data:www-data. Changing the user to user_name:user_name with sudo chown -R user_name:user_name web-site_folder/ fixed the problem.