Answer the question
In order to leave comments, you need to log in
What to write in .htaccess so that the server gives the file (video) for downloading, and not as a stream?
I tried AddType application/x-force-download .mp4 , but nothing happened..
Answer the question
In order to leave comments, you need to log in
<FilesMatch "\.(?i:mp4)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question