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

EkaMei’s picture

It 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.

NeoID’s picture

I'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

EkaMei’s picture

For both performance and maintenance purpose, using one code base should be a lot better.

fizk’s picture

Status: Active » Closed (fixed)