AddType text/x-vcard .vcf
<FilesMatch "\.(vcf)$">
  ForceType application/octet-stream
  Header set Content-Disposition attachment
</FilesMatch>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
<FilesMatch "\.(jpg|jpeg|png|gif|webp)$">
  Require all granted
</FilesMatch>
