Hello, I have files directory in a self-hosted wordpress site
I am unable to force download mp3 files
all they do is open and play in all browsers,
I need to know how to download by clicking on link
I have placed below code in .htaccess
<FilesMatch “.(?i:mp3)$”>
ForceType application/octet-stream
Header set Content-Disposition attachment
anyone with a solution, please?