mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
6 lines
117 B
ApacheConf
6 lines
117 B
ApacheConf
|
<IfModule authz_core_module>
|
||
|
Require all denied
|
||
|
</IfModule>
|
||
|
<IfModule !authz_core_module>
|
||
|
Deny from all
|
||
|
</IfModule>
|