Back to Multiple Websites Manager Lite Support

info34295
info34295

Hello,

I have a OctoberCMS installation on my server. I would like to use a different theme for the shopaholic plugin.

What I have done so far:

  • Installed "Multiple Websites Manager Lite"
  • Navigated to "plugins/briddle/multisite" and edited the config.php like so:

<?php return [

'sites' => [
    [
        'host' => 'pascal-simon.de',
        'theme' => 'zwiebl-zwiebl_stellar'
    ],
    [
        'host' => 'pascal-simon.de/shop',
        'theme' => 'lovata-bootstrap-shopaholic'
    ]
]

];

What else will I have to do to make this work? Does it matter which theme is activated in my backend?

Last updated

Briddle
Briddle

Hi info34295 ,

You should use different hosts (e.g. pascal-simon.de and pascal-simon.fr or www.pascal-simon.de and fr.pascal-simon.de).

Thank you

1-2 of 2