2.1.4-ls277
·
4 commits
to main
since this release
CI Report:
https://ci-tests.linuxserver.io/linuxserver/grav/2.1.4-ls277/index.html
LinuxServer Changes:
No changes
Remote Changes:
Bugfix
- Sites on hosts with a restricted
AllowOverrideare no longer taken offline by theuser/.htaccessfile added in 2.0.19. That file used an Apache directive many shared hosts do not permit in.htaccess, and where it was not permitted Apache returned an error for everything insideuser/— so the admin went blank, the theme's styles and scripts stopped loading, and the front end broke too. It kept happening after a rollback, because rolling back Grav never replacesuser/. The file now does the same job with directives every host running Grav already allows. Thanks @elanorpam #4309