Hi to all I would like to create a big WordPress network with this structure:
-
sitename.com (Main website)
-
cat1.sitename.com (sub website)
- cat11.cat1.sitename.com (sub-sub website)
- cat12.cat2.sitename.com (sub-sub website)
-
cat2.sitename.com (sub website)
- cat21.cat1.sitename.com (sub-sub website)
- cat22.cat2.sitename.com (sub-sub website)
-
cat3.sitename.com (sub website)
- cat31.cat1.sitename.com (sub-sub website)
- cat32.cat2.sitename.com (sub-sub website)
-
Is it possible using only one wordpress installation with subdomains? If it is not is it possible to share userdatabase (and why not also posts and all the stuff) between all the websites?
Is there anyone that already did it and can help me to achieve this? Thank you very much!