From: Janusz Dobrowolski Date: Sun, 15 Apr 2012 12:17:13 +0000 (+0200) Subject: Deny access to error.log via http. X-Git-Tag: v2.4.2~19^2~355 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=94322b3d291dff34eaf99afda3563795b3eae1e3;p=fa-stable.git Deny access to error.log via http. --- diff --git a/.htaccess b/.htaccess index ffcd03e6..cad8d65d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,8 @@ # Protect sensitive files. - + Order allow,deny + Deny from All + Satisfy All # Disable directory listings.