Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bhwebworks/7251639 to your computer and use it in GitHub Desktop.
Save bhwebworks/7251639 to your computer and use it in GitHub Desktop.
<FilesMatch "\.(?i:pdf|doc|docx|jpg|xls|zip|txt)$">
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