Skip to content

Instantly share code, notes, and snippets.

@alwerner
Created June 26, 2015 13:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alwerner/a5f8b2714f69b359befe to your computer and use it in GitHub Desktop.
Save alwerner/a5f8b2714f69b359befe to your computer and use it in GitHub Desktop.
// in .htaccess
<FilesMatch "\.(mov|mp3|mp4|wav|pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
@dopekiss
Copy link

perfectly works for me but can this make the mp3 link open in new tab too??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment