From 4d8ab05f90e5d1d15e03334d0a6ffa2b29f6dd6c Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 12 Jan 2015 17:38:50 +1300 Subject: [PATCH] Revert #78 Fixes #79 --- .htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/.htaccess b/.htaccess index f912d71..9048377 100644 --- a/.htaccess +++ b/.htaccess @@ -26,9 +26,6 @@ ErrorDocument 500 /assets/error-500.html SetEnv HTTP_MOD_REWRITE On RewriteEngine On - - # Enable HTTP Basic authentication workaround for PHP running in CGI mode - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # Deny access to potentially sensitive files and folders RewriteRule ^vendor(/|$) - [F,L,NC]