i'm having a small issue regarding resource images. Pictures can be uploaded but aren't visible. If i right-click the just uploaded image, the path shown is
https://booked.domain.comweb/uploads/im ... rce123.jpg which is obviously missing a dash, and the capital W.
The correct path https://booked.domain.com/Web/uploads/i ... rce123.jpg shows the image uploaded.
I'm wondering where the wrong path is coming from

$conf['settings']['image.upload.directory'] = 'Web/uploads/images';
$conf['settings']['image.upload.url'] = '/uploads/images';
bookedscheduler Version 2.8.4
php Version 7.2.24
apache Version 2.4.29