Fixes #79
This commit is contained in:
Damian Mooyman 2015-01-12 17:38:50 +13:00
parent a7f82d2fee
commit 4d8ab05f90
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ ErrorDocument 500 /assets/error-500.html
<IfModule mod_rewrite.c>
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]