Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is totally different: this is a single pw-installation which has multiple s

## How to use it?

Just create pages with names like `www.campaigndomain.com` unter the root page and add these in the `config.php` via an array in `$config->MultisiteDomains`.
Just create pages with names like `www.campaigndomain.com` under the root page and add these in the `config.php` via an array in `$config->MultisiteDomains`.

This allows for different domain configurations on different environments like dev and live stage, and since it's not in DB (via the module config) it can be easily transfered with a dump without worrying to overwrite or change the settings.

Expand Down