/ Published in: Apache
URL: http://www.thingy-ma-jig.co.uk/blog/06-08-2007/force-a-pdf-to-download
When needing to force download specific file types this comes in handy.
Expand |
Embed | Plain Text
<FilesMatch "\.(?i:pdf)$"> ForceType application/octet-stream Header set Content-Disposition attachment </FilesMatch>
You need to login to post a comment.
