Commit Graph

4 Commits

Author SHA1 Message Date
Jakub Bouček
1e88e8086f
Fixed canonical redirects on non-root url app instances
If BookStack instance is deployed to any non-root path, e.g. http://example.com/wiki/,
requests for http://example.com/wiki/shelves/
was redirected to http://example.com/shelves
instead of http://example.com/wiki/shelves

Synced with: https://github.com/laravel/laravel/blob/master/public/.htaccess
2020-09-27 02:50:37 +02:00
osmansorkar
01adf39be8 added Handle Authorization Header on .htaccess to solve Authorization problem get from laravel orginal github ripo 2020-02-19 12:44:23 +06:00
Dan Brown
4de719b325
Prevented potential apache image dir listing
Closes #1545
2019-08-06 20:35:27 +01:00
Dan Brown
eaa1765c7a Initial commit 2015-07-12 20:01:42 +01:00