diff options
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/user_ldap/tests/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/tests/.htaccess b/apps/user_ldap/tests/.htaccess index 5e068d28661..6fde30e763a 100755 --- a/apps/user_ldap/tests/.htaccess +++ b/apps/user_ldap/tests/.htaccess @@ -11,4 +11,6 @@ Satisfy All </ifModule> # section for Apache 2.2 and 2.4 +<ifModule mod_autoindex.c> IndexIgnore * +</ifModule> |