Options -Indexes

<IfModule mod_headers.c>
  <FilesMatch "\.(?:jpe?g|png|gif|webp|svg|ico)$">
    Header set X-Robots-Tag "noindex, noimageindex, noarchive, nosnippet"
  </FilesMatch>
</IfModule>

<FilesMatch "\.(php|phtml|phar)$">
  Require all denied
</FilesMatch>
