silverstripe-framework/docs/en/changelogs/3.1.9.md
Corey Sewell fbebf96d66 Add detection for PHP running in CGI mode and add HTTP_AUTHORIZATION rewrite rule
Detect and parse HTTP_AUTHORIZATION for basic authentication running PHP in CGI mode
Add comments about using CGI mode with Apache and Basic Auth in /docs/en/topics/environment-management.md
Added notes  to docs/en/changelogs/3.1.9.md
2014-12-05 11:35:52 +13:00

396 B

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