nhance_partner_be/app/.htaccess
2025-09-01 18:01:41 +05:30

7 lines
118 B
ApacheConf
Executable File

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