Hi @argient-designs
Try by connecting to your server via SSH and execute the commands below:
sudo chown -R daemon:bitnami /opt/bitnami/apps/pimcore/htdocs/
sudo find /opt/bitnami/apps/pimcore/htdocs/ -type d -exec chmod 0775 {} \;
sudo find /opt/bitnami/apps/pimcore/htdocs/ -type f -exec chmod 0664 {} \;
Once you run those commands, you should be able to edit your files using the user bitnami and daemon will have enough permission to offer your application though Apache.
Best Regards,
Juan Ariza
Was my answer helpful? Click on 