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
also tried this one still not working
<Files *.*>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
i have tried everything
<FilesMatch "\.(?i:mp4|odf|pdf|rtf|txt)$">
Header set Content-Disposition attachment
</FilesMatch>
still no success
i have used
<FilesMatch "\.(mo4|mp3|)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
also
AddType application/octet-stream mp4
also tried this one still not working
<Files *.*>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
i have tried everything
<FilesMatch "\.(?i:mp4|odf|pdf|rtf|txt)$">
Header set Content-Disposition attachment
</FilesMatch>
still no success