in multisite, can I change it to another domain instead of a subdomain?

can I change this to a different domain or does it need to be a subdomain of the main site?

define('BX_MULTISITE_URL_PATTERN', 'http://{domain}.hihi.com/unamu/'); // URL for subdomains

  • 444
  • More
Replies (2)
      1. Also, can the modules be non-group based?
      2. does this setting make the bx_spaces shared between the sites, or does this setting separate the bx_spaces from one site from the other?

      define('BX_MULTISITE_MODULE', 'bx_spaces'); // group based module where multisite mode need to be enabled

      • So is it only group based modules that are shared between sites, or can it be the person's module. Like a single account for everything.

        Login or Join to comment.