This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/util/.htaccess
Klaus Weidenbach 5a96f3331a Compatible update for .htaccess.
This should hopefully work in Apache 2.2 and 2.4.
2015-06-21 23:58:19 +02:00

11 lines
240 B
ApacheConf

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>