View Single Post
Old 09-23-2010, 09:52 PM   #24
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,733
Karma: 206739468
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
If I wanted to make the .htaccess file cover all the bases would this work or should the application be different for the other formats (ie the x-mobipocket-ebook part)
Actually, you should combine them into one line:
Code:
AddType application/x-mobipocket-ebook .mobi .prc .azw
The txt format could be tricky. I won't swear that adding the .txt extension to the x-mobipocket-ebook mime type would make the browser automatically download it, but it certainly wouldn't hurt to try.

BTW, if you create a mobi book that contains the proper links to the books on your server, you can open that 'catalog' mobi on your Kindle... click the link and it will automatically download as well (just like Gutenberg's Magic Catalog). No need to open the browser and surf to your website.
DiapDealer is offline   Reply With Quote