Skip to content
Snippets Groups Projects
Commit 32806c41 authored by catch's avatar catch
Browse files

Issue #670454 by pwolanin, cburschka, effulgentsia: Fixed Support HTTP...

Issue #670454 by pwolanin, cburschka, effulgentsia: Fixed Support HTTP Authorization in CGI environment.
parent de6da939
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,10 @@ DirectoryIndex index.php index.html index.htm
RewriteCond %{HTTPS} on
RewriteRule ^ - [E=protossl:s]
# Make sure Authorization HTTP header is available to PHP
# even when running as CGI or FastCGI.
RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Block access to "hidden" directories whose names begin with a period. This
# includes directories used by version control systems such as Subversion or
# Git to store control files. Files whose names begin with a period, as well
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment