From 6d8c3b94e0db2ade57ac45580dc7701be72ac463 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Wed, 6 Jul 2016 10:01:57 +0100 Subject: [PATCH] Protect .txt files access in .htaccess --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 7676c9ebbd..50fd859014 100755 --- a/.htaccess +++ b/.htaccess @@ -42,8 +42,8 @@ IndexIgnore * Satisfy all -# prevent access to .csv files - +# prevent access to csv and txt files + Order allow,deny Deny from all Satisfy all