Quote:
Originally Posted by vlad59
IIRC Nas4free is using Lighttpd so COPS's .htaccess will not work with it. I guess you'll have to install the URL rewriting rules manually but I can't help you more (don't know nas4free and don't know lighttpd).
Please post here when you find a solution.
|
OK, I found the solution, now it works well on kobo, sony prs-t1, android and web.
On Nas4Free you have to manually enter the url-rewriting rules from the webserver tab of the web gui.
there is a "Auxiliary parameters" texbox in witch you have to enter this string:
url.rewrite-once = ("/cops/download/(.*)/.*\.(.*)$" => "/cops/fetch.php?data=$1&type=$2", "^/cops/download/(\d+)/(\d+)/.*\.(.*)$" => "/cops/fetch.php?data=$1&db=$2&type=$3")
This info can be added in the wiki page helping others having problems with Nas4Free.
Thanks