View Single Post
Old 11-14-2010, 01:27 AM   #3
webfolk
Enthusiast
webfolk began at the beginning.
 
webfolk's Avatar
 
Posts: 31
Karma: 10
Join Date: Oct 2010
Location: Arizona, USA
Device: None
Thanks for your suggestion, HarryT.

Initially I didn't know how to implement this since I have no experience with or knowledge of MIME. After talking with my ISP tech support person (who I had read this thread) and doing some Googling, I have a bit of an idea which I'd like to get corroborated and expanded. She suggested placing an .htaccess file in the same server folder that holds the EPUB and MOBI files for each book. Wouldn't it be better to place it once in the root directory? it would then impact the entire website, wouldn't it?

Quote:
Originally Posted by HarryT View Post
You need to add the entry "application/epub+zip" to the server's list of MIME types.
I assume another entry must be made for the MOBI files. What would it be? Are both entered in the same .htaccess file? Is that all there would be, just 2 lines?

When I tried to create an .htaccess file by placing "application/epub+zip" into TextEdit and saving as an .htaccess file, I got the following message:
Names that begin with a dot “.” are reserved for the system. If you decide to go ahead and use a name which begins with a dot the file will be hidden.
How do I handle this?
webfolk is offline   Reply With Quote