Forum
Force Download files
I have two sites on two different servers: (download link is to the right in the orange bar) The first: https://timrackham.co.uk/gochatter/video.php This site works with .htaccess to force a download.
The second site: https://gochattervideos.com/video/post.php?s=are-you-ready-for-christmas login: email: smart@smar.com password: smart This site planned to work with .htaccess to force a download but it won't work and the only different thing is PERCH is running.
any idea if perch is causing a problem ?
If you compare the headers, the servers are configured to respond differently for that type of file:
and
The browser will download
application/octet-stream
because it doesn't know how to display it. It will playvideo/mp4
because it's a known type.