FAQ - SITE_SUBFOLDER

SITE_SUBFOLDER

21.10.2018 3794


You can install Cloud Desk 3 live support server in a subfolder for your clients without any issues. To do so you will need to add the correct value for SITE_SUBFOLDER in your include/db.php file:

define('SITE_SUBFOLDER', '');

The correct value is for example:

define('SITE_SUBFOLDER', '/subfolder');

It is necessary to start with a forward slash and then your folder name.