Quote:
Originally Posted by fiets
Thanks for your reaction...
The config check says everthing is OK.
I also tried to make a virtual server with port 83.
Then, also, everything works fine but when i download an ebup I get a differtent error: 404 Not Found.
I also tried a directory name with no spaces (with a symbolic link) but the problem stays...
ik think it is a nginx configuration issue...
nginx log says:
error 32039#0: /var/www/ebooks/download/10374/Doelwit+-+Baldacci,+David.epub" failed (2: No such file or directory)
And /var/www/ebooks/download indeed doesn't exists...
|
OK, Solved!
I changed: $config['cops_use_url_rewriting'] = "1";
to: $config['cops_use_url_rewriting'] = "0";