I am migrating to a new server. Moved DB and all the files, installed a new SSL certificate and now receive the following message when accessing the site
There are no readable files in this directory tree. Are safe mode or open_basedir active?
Tried to follow this threads
But those seem to be not my case
What application are you using?
Code version: 3.3.0.8
Database version: 3.3.0.11
Would appreciate a peace of advice on how to tackle this issue,
thank you
If you’ve moved the files_dir inside public_html, you’ll have to take additional steps to protect it from direct access; otherwise your server is likely to get hacked. You can do this using e.g. a .htaccess file to configure basic authentication.
Regards,
Alec Smecher
Public Knowledge Project Team