From c69fd69a2b7a3757206cf02f59850bf40fc7cc27 Mon Sep 17 00:00:00 2001 From: Alexander Paliarush <apaliarush@ebay.com> Date: Mon, 16 Mar 2015 13:18:18 +0200 Subject: [PATCH] MAGETWO-23167: [GITHUB] By default Allow all access in .htaccess #533 --- .htaccess | 6 ------ .htaccess.sample | 6 ------ pub/.htaccess | 6 ------ 3 files changed, 18 deletions(-) diff --git a/.htaccess b/.htaccess index f1ef8719ba1..2998f48f7ad 100644 --- a/.htaccess +++ b/.htaccess @@ -170,12 +170,6 @@ </IfModule> -############################################ -## By default allow all access - - Order allow,deny - Allow from all - ########################################### ## Deny access to release notes to prevent disclosure of the installed Magento version diff --git a/.htaccess.sample b/.htaccess.sample index 47944ce3105..3a194302111 100644 --- a/.htaccess.sample +++ b/.htaccess.sample @@ -167,12 +167,6 @@ </IfModule> -############################################ -## By default allow all access - - Order allow,deny - Allow from all - ########################################### ## Deny access to release notes to prevent disclosure of the installed Magento version diff --git a/pub/.htaccess b/pub/.htaccess index b00b2127289..b3f9b82f372 100755 --- a/pub/.htaccess +++ b/pub/.htaccess @@ -156,12 +156,6 @@ </IfModule> -############################################ -## By default allow all access - - Order allow,deny - Allow from all - ########################################### ## Deny access to release notes to prevent disclosure of the installed Magento version -- GitLab