LibreBooking / app

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.
GNU General Public License v3.0
403 stars 241 forks source link

Redirect not working anymore #454

Closed lukebarone closed 2 weeks ago

lukebarone commented 2 weeks ago

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.

In Apache, both rewrite and headers are enabled.

Running on Debian 12 with Apache 2 and PHP8.2

lukebarone commented 2 weeks ago

FRG..... Got it working. Issue was that Apache was not looking at the .htaccess file.