motorbike/app/.htaccess
2025-08-19 13:53:05 +03:00

7 lines
118 B
ApacheConf

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