Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Created December 6, 2013 00:29
Show Gist options
  • Save steveosoule/7816703 to your computer and use it in GitHub Desktop.
Save steveosoule/7816703 to your computer and use it in GitHub Desktop.
.htaccess - Force Files to Download in a Browser
# From http://css-tricks.com/snippets/htaccess/force-files-to-download-not-open-in-browser/
AddType application/octet-stream .csv
AddType application/octet-stream .xls
AddType application/octet-stream .doc
AddType application/octet-stream .avi
AddType application/octet-stream .mpg
AddType application/octet-stream .mov
AddType application/octet-stream .pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment