![]() |
|
Moving www/html/zenphoto/albums ... elsewhere. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Moving www/html/zenphoto/albums ... elsewhere. (/thread-12475.html) |
Moving www/html/zenphoto/albums ... elsewhere. - olavax - 2016-03-19 Hello, I love ZP i'm using from a very old version on a hosted server. How to do securely do to make ZP running an album in : Thank you ! Moving www/html/zenphoto/albums ... elsewhere. - acrylian - 2016-03-19 You cannot place the albums folder on external drives actually. You can rename it and you can move it outside the webroot or on the same server/domain. It is all meant to be on the same server. You can set that in the But not an external server. The reason is that Zenphoto's gallery part is entirely file system based. It might be possible to try symlinks to achieve this. But this has not really been tried, at least not by us. Moving www/html/zenphoto/albums ... elsewhere. - olavax - 2016-03-19 Thank you. I changed the lines somewhere in /zp-data/zenphoto.cfg.php $conf['album_folder'] = '/media/abigEDD/Lotsofphotos/'; And this is working like a charm. |