How to make a .vcf file down loadable?
Problem: If you link a .vcf file on a page, it shows as a text file instead of asking for a download.
Solution: In order to make the .vcf file download-able, you need to add the AddTye directive in the .htaccess file as follows:
AddType text/x-vcard .vcf
Save the file and that’s it.
November 19th, 2009 at 11:40 am
Thank you for the tip! Most useful.