From b8c8061206e17ece7a444b00ab697b8ed83709dd Mon Sep 17 00:00:00 2001 From: Jake Hartnell Date: Mon, 22 Apr 2013 13:38:14 -0700 Subject: [PATCH] Update README.md Added directions for editing the .htaccess file. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 939e4a2..8d4d198 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ http-server * [index.html](http://localhost:8080/index.html) will use the minified production libraries in the dist/ folder. * [annotator.html](http://localhost:8080/annotator.html) is a dev branch for annotation development. +Running With Apache +------------------------- + +To serve up books on the web, you may need to edit your .htaccess file with the following: + +``` +AddType application/oebps-package+xml .opf +AddType application/x-dtbncx+xml .ncx +``` + Building for Distribution -------------------------