View Single Post
Old 07-27-2010, 07:06 AM   #2
charleski
Wizard
charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1281258
Join Date: Sep 2009
Device: PRS-505
You need to configure your webserver to report the correct mimetype for epubs.

If you're using Apache, add the line
Code:
AddType application/epub+zip .epub
to the .htaccess file in the directory containing your epub (or the root directory if you have several epubs in different sub-directories).

If you're using IIS, this page explains how to set mimeptypes.
charleski is offline   Reply With Quote