Files
MermsiCare/system/.htaccess
T
CHIEFSOFT\ameye d468215184 first commit
2024-08-19 16:02:29 -04:00

7 lines
118 B
ApacheConf

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>