September 1, 20169 yr I can get mybb installed and working in a container when the webroot is in the container. However, if I map /var/www/webroot to /mnt/cache/appdata/mybb and then install mybb I get a 403 Forbidden error. I think the problem is permissions. When mybb installs inside the container, everything works. When mybb is installed to a mapped UR share, it doesn't work. Has anyone else run into this problem? Update: so the answer was to set permissions to 755. chmod 755 /path/of/your/directory/ -v did the trick
Archived
This topic is now archived and is closed to further replies.