Enable Multi-Tenancy Support
Administrators can enable multi-tenancy support by editing the appropriate PHP file and setting the multisite option to 1.
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:
On the FileCloud Server, open the following file for editing:
WEBROOT/config/multi.php
Add the configuration as follows:
define("TONIDOCLOUD_MULTISITE_ENABLE",1);