Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created July 20, 2012 18:34
Show Gist options
  • Save gavinblair/3152464 to your computer and use it in GitHub Desktop.
Save gavinblair/3152464 to your computer and use it in GitHub Desktop.
force download of pdf files
<FilesMatch "\.(pdf)$">
Header set Content-Type 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