diff --git a/.htaccess b/.htaccess index 89f503a..108e46c 100644 --- a/.htaccess +++ b/.htaccess @@ -13,6 +13,13 @@ DirectoryIndex index.php #XSendFile On #XSendFileAllowAbove on +########################################### +# If you want to use user based configuration with +# apache 2.4 + php-fpm enable this +# https://github.com/seblucas/cops/issues/213 +########################################### +#SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 + ########################################### # On WAMP one user had to add this line in his httpd.conf # None of the abose was working