Home › Forums › Stripe Payments Plugin › PDF's not opening. › Reply To: PDF's not opening.
October 18, 2018 at 8:42 pm
#1582
Benjamin
Participant
Can you update your site’s .htaccess file?
<FilesMatch "\.(?i:pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
(Or something like that)