[code]
<FilesMatch "\.(pdf|PDF)$">
  ForceType application/pdf
  Header set Content-Disposition attachment
</FilesMatch>
[/code]