gdc_cmod/app/.htaccess
mikael-zakaria 77f15bfc94 first commit
2025-11-11 09:14:25 +07:00

7 lines
118 B
ApacheConf

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