I have uploaded an EPUB file to my website and when I click it's web page link I get 404 The requested document was not found on this server. But if I replace with the PDF version it works OK.
Solved! Go to Solution.
More research reveals that the IIS does not recognize the epub filetype. I fixed by adding a web.config with:
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".epub" mimeType="application/epub+zip" />
</staticContent>
</system.webServer>
</configuration>
you need to use some thing like BiBi - http://bibi.epub.link/
the site is translated so you might find better instructions using google if you have trouble.
Hi,
There is a 2GB individual file size limit. What is the size of the epub file?
epub is 93Mb
More research reveals that the IIS does not recognize the epub filetype. I fixed by adding a web.config with:
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".epub" mimeType="application/epub+zip" />
</staticContent>
</system.webServer>
</configuration>
My site note read index file. seen error 404 not found