mirror of
https://github.com/humhub/humhub.git
synced 2025-07-12 03:26:20 +02: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>
|