diff --git a/.htaccess b/.htaccess index 4a0d9e8977b..a1ad665eed0 100644 --- a/.htaccess +++ b/.htaccess @@ -109,10 +109,10 @@ Require all denied - # Except those whitelisted bellow. - + # Except those allowed below. + Require all granted - + # Fallback for Apache < 2.4 @@ -129,10 +129,10 @@ Deny from all - # Except those whitelisted bellow. - + # Except those allowed below. + Order allow,deny Allow from all - + diff --git a/app/assets/scaffold/files/htaccess b/app/assets/scaffold/files/htaccess index 4a0d9e8977b..018999d3ff3 100644 --- a/app/assets/scaffold/files/htaccess +++ b/app/assets/scaffold/files/htaccess @@ -109,10 +109,10 @@ Require all denied - # Except those whitelisted bellow. - + # Except those allowed below. + Require all granted - + # Fallback for Apache < 2.4 @@ -129,10 +129,9 @@ Deny from all - # Except those whitelisted bellow. - + # Except those allowed below. + Order allow,deny Allow from all - + -