Hi,
I’ve been installing the MSM module to serve two sites:
The main site: http://cellaglasenrvs.nl/
This works as expected.
The second domain resides in a subfolder, it works ‘sort of’ but without the entries
http://www.glashandelschraven.nl/
The thing is:
- I can’t update template through files, I have to save them through the CP
- It pulls categories, but all of them, no matter what, even with another channel, and only the ones that belong to the ‘schraven’ site. “show= ” has no influence whatsoever
- Entries don’t work
This all used to work with the ‘classic manual method’, so it’s strange that it won’t with the module?
Used this in the index.php
$assign_to_config['site_name'] = 'schraven';
$assign_to_config['cp_url'] = 'http://www.glashandelschraven.nl/admin.php';
$assign_to_config['site_url'] = 'http://www.glashandelschraven.nl';
and this in the admin file:
$assign_to_config['site_name'] = 'schraven';
$assign_to_config['cp_url'] = 'http://www.glashandelschraven.nl/admin.php';
Any help would be welcome
EDIT: at the moment the site is completely dead. That’s hopefully unrelated > an index.html file DOES work however…
EDIT 2: the site is working again, a slight typo in the config file