Enable Multi-Tenancy Support


Administrators can enable multi-tenancy support by editing the appropriate PHP file and setting the multisite option to 1.

(lightbulb) A sample multi-sample.php file is provided in your filecloud installation. You can rename the sample file to "multi.php" if you need to.

 

To enable multi-tenancy support:

  1. On the FileCloud Server, open the following file for editing:

    WEBROOT/config/multi.php
  2. Add the configuration as follows: 

    define("TONIDOCLOUD_MULTISITE_ENABLE",1);