Burn notices, burn
[friendica.git/.git] / util / .htaccess
1 Options -Indexes
2
3 # Remove the following lines or modify it to run the string translator utility
4 <IfModule authz_host_module> 
5   #Apache 2.4
6   Require all denied
7 </IfModule>
8 <IfModule !authz_host_module>
9   #Apache 2.2
10   Deny from all
11 </IfModule>
12