@zab0
Yes, to be able to download epubs (etc) from cops to a Kobo device you need to
- put
$config['cops_use_url_rewriting'] = '1'; in config_local.php
- enable .htaccess (to enable rewriting) by
Editing the AllowOverride directive to "All" (for the directory cops is in)
What else from the .htaccess file do you want to put in a apache config file?
I've only partially tried it, but it should be possible.
Even on slow systems (Raspberry Pi 1) I did not notice a slowdown when using a .htaccess file with cops. (few users and few concurrent processes).
On a fast system ............
@superturrican
As you are using NGINX (and not Apache) I do not know if this will help you.
At least it should give a direction to search in.