View Single Post
Old 01-28-2013, 04:12 PM   #281
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 719
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
Installation of COPS with WAMP.

I do not know if it is supposed to work or not, but I get a 404 error when I use the line:

Code:
$config['calibre_directory'] = 'D:/Calibre/';
in config_local.php when I want to fetch a book/epub.
Error is with fetch.php
[mod_xsendfile is installed]

Solution (if mod_xsendfile is installed):
- put the line
Code:
XSendFilePath d:/Calibre
in the (apache) httpd.conf file.
- putting it in the .htaccess file or enabling line
Code:
XSendFileAllowAbove on
did not work for me. I got a "Internal Server Error"

Maybe this helps someone to use the Calibre directory on another drive (with WAMP).
mariosipad is offline   Reply With Quote