mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Rebased on 3.1 - moved new change logs into place.
This commit is contained in:
parent
ddd83304ce
commit
9a28d53333
14
docs/en/04_Changelogs/3.1.9.md
Normal file
14
docs/en/04_Changelogs/3.1.9.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 3.1.9
|
||||||
|
|
||||||
|
# Overview
|
||||||
|
|
||||||
|
This release replaces the 3.1.8 release, and resolves an issue where basic authentication would not work when PHP is running under CGI mode with Apache.
|
||||||
|
|
||||||
|
## Upgrading
|
||||||
|
* Add the rule ``` RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]``` to the .htacces file in your sites root directory after the line ```RewriteEngine On```.
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user