I have a zenphoto installation in a sub folder which seems sometimes to try to return to the wrong page and results in a 404
The zephoto is installed in a folder inside the public_html folder so to reach it the url is:
https://main-domain-name/zenphoto-folder-name/
So I am considering using this part of the configuration file:
// define('WEBPATH', '/zenphoto');
// define('SERVERPATH', '/full/server/path/to/zenphoto');
but am doubtful as to what exactly to put in these paths
is the WEBPATH simply the name of the folder in which the zenphoto installation resides?
is the SERVERPATH (CPanel installation)
/home/domain-name/public_html/zenphoto-installation-folder/
or
/home/domain-name/zenphoto-installation-folder/
Thank you for all the help you provide,
Richard