View Single Post
Old 05-08-2009, 08:18 PM   #26
netseeker
sleepless reader
netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.
 
netseeker's Avatar
 
Posts: 4,763
Karma: 615547
Join Date: Jan 2008
Location: Germany, near Stuttgart
Device: Sony PRS-505, PB 360° & 302, nook wi-fi, Kindle 3
@Catherine: sirbruce and starrigger are right. I did a quick test:
When requesting the ePub-file from your HTTP-Server (Apache 2.2 btw.) it answers with "Content-Type: text/plain" instead of "Content-Type: application/epub+zip". The servers content negotation just doesn't know the mime-type for ePub-files. Please add the correct mime-type "application/epub+zip" for ePub-files (or tell your server administrator to do it).

Quick solution: create a ".htaccess" file in your "downloads" directory on the server containing the line:
Code:
AddType application/epub+zip epub
netseeker is offline   Reply With Quote