1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-05 17:48:26 +00:00
friendica-github/util/.htaccess
2016-06-18 08:16:09 -04:00

12 lines
247 B
ApacheConf

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>