Quote:
Originally Posted by Calibius
Also know that with the alternate filematch in you config_local.php file you need to set the secure fetch.php option. I'm posting from my phone at the moment, so I can't send you the exact option, and you shouldn't worry about it until everything else is working. But that filematch option opens fetch.php to being insecure and you can access it to potentially download files et centers without authentication
|
There is no such option in my config_default.php / config_local.php.
Or are you referring to:
Code:
/*
* If you use a Sony eReader or Aldiko you can't download ebooks if your catalog
* is password protected. A simple workaround is to leave fetch.php not protected (see .htaccess).
* But In that case your COPS installation is not completely safe.
* Setting this parameter to "1" ensure that nobody can access fetch.php before accessing
* index.php or feed.php first.
* BEWARE : Do not touch this if you're not using password, not using PRS-TX or not using Aldiko.
*/
$config ['cops_fetch_protect'] = '0';
I never needed nor used that setting.