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