mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-10 05:11:42 +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>
|