I have
1 main domain (www.example.com),
4 subdomain (1.example.com, 2.example.com, 3.example.com, 4.example.com),
5 different user groups in 5 database in 5 those domain
My request is to put 5 different phpBBforum in that 5 domain (main and sub)
Is it hard to do?
thanks
novan_as
Comments
Comment #1
EkaMei commentedIt is just like doing the same site five times. you will need 5 different forum installation of course, but beside that I don't see anything particularly challenging.
Comment #2
NeoID commentedI'm running a Drupal multisite-setup (only sharing the codebase) and for each phpBB I add I use a custom prefix as: domain1_phpBB3, domain2_phpBB3...
That way I only have one Drupal-core to take care of and update... else you can do as EkaMei mentioned and just do the same site 5 times :p
Comment #3
EkaMei commentedFor both performance and maintenance purpose, using one code base should be a lot better.
Comment #4
fizk commented