summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-05 01:01:21 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-05 01:01:21 -0400
commit7a036f167854456ce49f167094a9965958e5bb2e (patch)
treee9737c3c97f23ffcbb82538bf77fdd783e11f8ad /.htaccess
parentf58bc6af2477dc3cd136c7ef96cb354b819f6120 (diff)
downloadbrdo-7a036f167854456ce49f167094a9965958e5bb2e.tar.gz
brdo-7a036f167854456ce49f167094a9965958e5bb2e.tar.bz2
Issue #670454 by pwolanin, cburschka, effulgentsia: Support HTTP Authorization in CGI environments.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 02c56f86c..7ccb6a2f6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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