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]