<IfModule mod_authz_core.c>
  <FilesMatch "^(counter|content\.(?:de|en))\.json$">
    Require all denied
  </FilesMatch>
</IfModule>

<IfModule mod_access_compat.c>
  <FilesMatch "^(counter|content\.(?:de|en))\.json$">
    Order allow,deny
    Deny from all
  </FilesMatch>
</IfModule>
