I want to know that can we create multi-sites in hierarchical structure using multi-site manager module like below:

---------------------------------------------------------------------
Main site
  sub 1
    sub-sub-1
      sub-sub-sub-1
        sub-sub-sub-sub-1
          so on......
  sub 2
    sub-sub-2
      so on......
  sub 3
    sub-sub-3
      sub-sub-sub-3
        so on......
  so on......
---------------------------------------------------------------------
Here, can we create sub site from sub site, if we enable the multisite manager module for all the sub sites.

What problem I'm facing that, It do not install profile and database when we try like above.

Can someone tell me what Am I doing wrong? Is that required any more configuration? As right now it working well with single hierarchical structure.

Comments

schuyler1d’s picture

You say you got it working with one hierarchical structure? Can you give an example of the names you're using?
This shouldn't be impossible, but it would require some clever rewrite rules and correspondingly clever PHP code in your settings.php.

Do you want to post your settings.php (sans password) along with the namespace hierarchical structure you're trying to achieve?