Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created July 10, 2014 13:52
Show Gist options
  • Save mateusneves/652f9a3bf837e5921b4e to your computer and use it in GitHub Desktop.
Save mateusneves/652f9a3bf837e5921b4e to your computer and use it in GitHub Desktop.
Force download with .htacces
<FilesMatch "\.(jpg|zip|avi|pdf|mp3|mp4|doc|ppt|xls|odt|wav|mov|swf)$" >
ForceType application/octet-stream
Header add Content-Disposition "attachment"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment