Please accept my apologies in advance for the naivety in this post.
I installed Zenphoto using simplescripts, so probably bypassed some of the configuration options others might be aware of. My challenge is how to secure my gallery. At present, it is open to view to all without registration. I can't seem to find where I can lock down the access.
I have also been the victim of hackers injecting code into the PHP file. According to my hosting provider, the secret is to move the config file (zp-config) somewhere else. I would appreciate guidance on where in the scripts I need to modify to point to a different location.
Thanks
Comments
We do not support installations using that at all.
At present, it is open to view to all without registration. I can't seem to find where I can lock down the access.
Why would you want to have a website/gallery that is not public viewable at all? You can password protect the gallery or albums. I suggest to look at little at the administration backend before asking such questions. (Note that the actual images in the albums folder can't be protected by that, you have to do that via .htaccess yourself if you want). You can of course also block the complete site using the right .htaccess.
Also I suggest to look at the troubleeshooting to set the right file/folder permissions and about protecting albums.
You can't remove the zp-config.php file because that is necessary. But you can remove the `zp-core/setup.php` file after installation. But you might need to reupload if you need to run it again.