AddType application/octet-stream .mp3
<FilesMatch “\.(mp3)$” >
ForceType application/octet-stream
Header add Content-Disposition “attachment”
</FilesMatch>
With some research, I found that adding these lines (not sure if both statements are necessary) to my .htaccess file solved the problem. Back to what I was saying, thanks for the awesome plugin! 🙂