Changes between Version 13 and Version 14 of Howto_Config


Ignore:
Timestamp:
Jun 19, 2012 10:33:41 AM (11 months ago)
Author:
jeff_r
Comment:

Easy to miss detail that tripped me up, might confuse other people too.

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Config

    v13 v14  
    7474 
    7575In 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. 
     76These 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}}} 
    7780 
    7881Instead 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