Quote:
Originally Posted by mikelv
If he doesn't know how to fix the problem with the content type, here is a description (works on Apache):
- create a file with the name ".htaccess" with the following two lines:
AddHandler application/epub+zip .epub
AddType application/epub+zip .epub
- upload this file to the webserver to the directory, where the epubs are located or to the webserver root
|
I'm the guy hosting the CDs and I stumbled across this thread.
I knew you could add the mime type, but you saved me some time with Google.
I just added that to my htaccess file in the subdomain root. We can keep an eye on how it behaves.
As for the script tag... that's a question for Arnold at Webwrights.
-Joe