Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save itcomindo/1120891495a42d14977cf87d4a0dd08f to your computer and use it in GitHub Desktop.
Save itcomindo/1120891495a42d14977cf87d4a0dd08f to your computer and use it in GitHub Desktop.
htaccess: Force PDF download
<FilesMatch "\.(?i:pdf)$">
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