mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
6 lines
123 B
ApacheConf
6 lines
123 B
ApacheConf
<IfModule authz_core_module>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !authz_core_module>
|
|
Deny from all
|
|
</IfModule> |