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.