Forcing a download using in htaccess

Searching more info found this code:

<FilesMatch "\.(mov|mp3|jpg|pdf|mp4|avi|wmv)$">
   ForceType application/octet-stream
   Header set Content-Disposition attachment
</FilesMatch>

Worked for me.

Leave a Comment