View Single Post
Old 01-20-2013, 10:28 AM   #251
Kevnancy
Member
Kevnancy began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2013
Device: kobo glo
Quote:
Originally Posted by vlad59 View Post

In next release, I'll add a way to use PHP to download when Calibre is outside your webdir (to fix downloading with IIS).
I'm waiting this solution because for the moment I am blocked (impossible to download) on IIS

For reminder, my installation path:

COPS path: "Z://serverfolders/Ebook/Calibre Server"
Calibre Path: "Z://serverfolders/Ebook/Calibre"

In config_local.php I have:
Code:
$config['calibre_directory'] = 'Z:/Serverfolders/Ebook/Calibre/';
But when I try to download a ebook, I have an "Erreur HTTP 404.0 - Not Found"

with a problem in the physical access path:

Wanted URL
Code:
http://localhost:8080/Z:/Serverfolders/Ebook/Calibre/Brown,Dan/Anges&demons (1)/Anges&demons - Brown,Dan.epub
physical access path
Code:
Z:\ServerFolders\Ebook\Calibre Server\Z:\Serverfolders\Ebook\Calibre\Brown,Dan\Anges&demons (1)\Anges&demons - Brown,Dan.epub

Last edited by Kevnancy; 01-20-2013 at 10:40 AM.
Kevnancy is offline   Reply With Quote