From 94322b3d291dff34eaf99afda3563795b3eae1e3 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 15 Apr 2012 14:17:13 +0200 Subject: [PATCH] Deny access to error.log via http. --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.30.2