Skip to content

Instantly share code, notes, and snippets.

@codecreate-dev
Created June 10, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecreate-dev/1840cfda5580a75ffa5c03015e44cba7 to your computer and use it in GitHub Desktop.
Save codecreate-dev/1840cfda5580a75ffa5c03015e44cba7 to your computer and use it in GitHub Desktop.
Force download of files - media
<FilesMatch "\.(mov|mp3|pdf|mp4|avi|wmv)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
# fails on iPhone but not iPad - any ideas for iPhones?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment