3D FlipBook - Multilingual PDF Loading Issue

a***1@gmail.com
2021-02-23
2021-02-25

Hello! I added the plugin last year for our website, which at that time was only in English, and all the pdf were showing and working fine. Today, in process of adding Korean to our website, I tried to upload a few Korean magazines and all of sudden the pdfs are not showing just for the Korean part. It only says loading and never loads. Tried everything I could see in the forums but nothing seems to work. In the time between, the only notable change was changing our website to SSL.

Here are the links: Eng w/ working pdfs: https://coj.org/publications Kor w/o working pdfs: https://ko.coj.org/publications

Replies

a***r@3dflipbook.net
2021-02-25
2021-02-25

Hi, insert in .htaccess file on your web server coj.org:

# CORS for PDFs
<IfModule mod_headers.c>
<Files ~ ".*\.pdf$">
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Methods "GET"
Header add Access-Control-Allow-Headers: "Range"
Header add Access-Control-Expose-Headers: "Accept-Ranges, Content-Encoding, Content-Length, Content-Range"
</Files>
</IfModule>
a***1@gmail.com
2021-02-25
2021-02-25

looks like that made it work... thanks!

Log In to leave a comment