Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
Updated via git to 2.8.6.2. Would normally access it via https://company.com/booked, and it would redirect to https://company.com/booked/Web and continue to work.
Now, it is showing a directory listing if /Web isn't included in the URL.
script.url is set to https://company.com/booked/Web.
Updated via git to 2.8.6.2. Would normally access it via
https://company.com/booked
, and it would redirect tohttps://company.com/booked/Web
and continue to work.Now, it is showing a directory listing if
/Web
isn't included in the URL.script.url
is set tohttps://company.com/booked/Web
.In Apache, both
rewrite
andheaders
are enabled.Running on Debian 12 with Apache 2 and PHP8.2