# Cabina — no direct HTTP access to the module's PHP files.
# PrestaShop includes them server-side; a browser never needs to fetch them.
<FilesMatch "\.php$">
    <IfModule !mod_authz_core.c>
        Order deny,allow
        Deny from all
    </IfModule>
    <IfModule mod_authz_core.c>
        Require all denied
    </IfModule>
</FilesMatch>
