Skip to content

Instantly share code, notes, and snippets.

@steffenr
Created January 12, 2012 10:41
Show Gist options
  • Save steffenr/1599806 to your computer and use it in GitHub Desktop.
Save steffenr/1599806 to your computer and use it in GitHub Desktop.
Force file download
<FilesMatch "\.(mov|mp3|jpg|pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment