Changes between Version 13 and Version 14 of Howto_Config
- Timestamp:
- Jun 19, 2012 10:33:41 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Config
v13 v14 74 74 75 75 In case you have one installation of !RoundCube to server multiple domains you can create host-specific config files. 76 These files have to be named like {{{[hostname].inc.php}}} and also be located in the `config` directory. !RoundCube does not read them by default so you need to enable the {{{'include_host_config'}}} option in the main config file. 76 These files have to be named like {{{[hostname].inc.php}}} and also be located in the `config` directory. !RoundCube does not read them by default so you need to enable the {{{'include_host_config'}}} option in the main config file. Remember that all config files must start with the line: 77 {{{ 78 <?php 79 }}} 77 80 78 81 Instead of setting {{{'include_host_config'}}} to true, you can specify an associative array assigning host names (key) to config file names (values) like the following example
