friendica/util/.htaccess

13 lines
247 B
ApacheConf
Raw Normal View History

2011-03-19 23:12:04 +01:00
Options -Indexes
# Remove the following lines or modify it to run the string translator utility
<IfModule authz_host_module>
#Apache 2.4
Require all denied
</IfModule>
<IfModule !authz_host_module>
#Apache 2.2
Deny from all
</IfModule>
2011-03-19 23:12:04 +01:00