Files
core/util/.htaccess
Hilmar R c26dede97f get dev
2021-03-01 18:48:11 +01:00

11 lines
234 B
ApacheConf
Executable File

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>