Using .htaccess to restrict access

For the Matomo Tag Manager as we’ll, you may need to allow the “container_xxx.js” as well.

<FilesMatch "(^piwik\.(php|js)|^matomo\.(php|js)|^container_.*\.js|robots\.txt|optOut.js)">
 Require all granted
</FilesMatch>