streams/util/.htaccess

11 lines
234 B
ApacheConf
Raw Normal View History

2011-03-19 22:12:04 +00:00
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>