- This topic has 4 replies, 3 voices, and was last updated 6 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › PDF's not opening.
Tagged: pdf
Using the dropbox addon files are not opening as PDF but instead as “application/octet-stream” – binary file which is not usable. Major problem on the site – urgent help required.
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)
No luck
the problem only occurs when using the plugin / dropbox addon.
This should be fixed now.