i want to to force a file to download instead of opening in browser but with openlite speed speed its not working.
i have used
<FilesMatch "\.(mo4|mp3|)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
also
AddType application/octet-stream mp4...