I’ve been trying to migrate my webserver+php+mariadb from my Synology DS923+ to DXP4800plus (through Docker) but gets some Apache error which indicates there’s a permission problem
“You don’t have permission to access this resource.Server unable to read htaccess file, denying access to be safe”`, apachelogs says “unable to check htaccess file, ensure it is readable and that ‘/var/www/html/’ is executable,”
As as a test, I’d like to configure the relevant folder for “everyone” access but I can’t find a way to do that in UGOS?
Hints are appreciated.