fixed issue with Basic Authorization for cgi/fastcgi

This commit is contained in:
Taras Machyshyn
2014-07-01 17:41:26 +03:00
parent 0a2469aaa4
commit 30b246f67c
3 changed files with 10 additions and 3 deletions
+2
View File
@@ -4,5 +4,7 @@ RedirectMatch 403 \.config$
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_ESPO_CGI_AUTH:%{HTTP:Authorization}]
RewriteRule reset/?$ reset.html [QSA,L]
</IfModule>