mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
7 lines
124 B
ApacheConf
7 lines
124 B
ApacheConf
<IfModule authz_core_module>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !authz_core_module>
|
|
Deny from all
|
|
</IfModule>
|