diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/.htaccess b/util/.htaccess index 333a08d40..a0a0d72d9 100644 --- a/util/.htaccess +++ b/util/.htaccess @@ -1,10 +1,10 @@ Options -Indexes # Remove the following lines or modify it to run the string translator utility -<IfModule !mod_access_compat.c> +<IfModule mod_authz_core.c> Require all denied </IfModule> -<IfModule mod_access_compat.c> +<IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> |