Multisite
Multisite copied to clipboard
Adds support for subsites run from separate domain, but using single database (same admin site and user database).
I have successfully used this plugin on several projects. This time it’s not working, maybe you have an idea! After your Module has correctly updated `$_GET['it']` to the correct path,...
When you have multiple domains in your config, sharing the same root e.g. you have config for local dev and online env ````php $config->MultisiteDomains = array( "domain1.com" => array( "root"...
This fixes issue somatonic/Multisite#12
My client has 4 domains in use and sometimes wants to set a cross-link from one domains’ page to another domain’s page. When he uses the internal page picker (see...
In the dev version: another home path than "/" leads to a "404 not found" when clicking "view" in page tree or in page detail. My Setup: pw is installed...
Hey soma - I just installed your fork on a new site and received these during install. All gone once the sites field was populated and submitted. ``` Warning: strpos():...
Small typo fix: unter -> under