aboutsummaryrefslogtreecommitdiffstats
path: root/util/.htaccess
blob: a0a0d72d98ef5af24a5bdb67737a5f53d6340eb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Options -Indexes

# Remove the following lines or modify it to run the string translator utility
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order deny,allow
  Deny from all
</IfModule>