From 5a96f3331a86b32f6ed1c44fb44f43a287611a38 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sun, 21 Jun 2015 23:58:19 +0200 Subject: Compatible update for .htaccess. This should hopefully work in Apache 2.2 and 2.4. --- util/.htaccess | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'util/.htaccess') diff --git a/util/.htaccess b/util/.htaccess index b311c14c2..333a08d40 100644 --- a/util/.htaccess +++ b/util/.htaccess @@ -1,5 +1,10 @@ Options -Indexes -# Remove the following line or modify it to run the string translator utility -Deny from all - +# Remove the following lines or modify it to run the string translator utility + + Require all denied + + + Order deny,allow + Deny from all + -- cgit v1.2.3