Multisite mode

Single copy of Preambula can be used to serve multiple sites at same time. To use Preambula in multisite mode do following:

If you need specific config for one or more of this sites, copy config.php file to domain.name.config.php (i.e. domain1.example.com.config.php) and change the name of config file in _handler.php (string require __DIR__.'/../config.php';) in appropriate directory.

Back to main page