pbmc_cmod-rest/app/.htaccess
2025-01-13 06:05:08 +07:00

7 lines
118 B
ApacheConf

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