First, apologies if this question has been posted before. I'm new here.

I work at a small non-profit technology company, and we currently use a proprietary, clunky CMS for our company's site as well as for all of our client sites. All sites can be seen by super-admin users through our CMS, and we can grant rights to our clients to do content management for their sites. We are looking to migrate from our old proprietary CMS to an open-source platform, and I wanted to see if anyone has had success using Drupal in a multi-site environment as described above.

Comments

vm’s picture

Drupal has multisite capability yes. a search using "multi site" as a search term, prooves fruitful : http://drupal.org/search/node/multi+site

dafa’s picture

Multisites are possible in Drupal.

But it is controlled through the filesystem, not through Drupal.

--
dafa

snufkin’s picture

well having the same super user means sharing the user table for all the sites. This is a swampy territory, you will need to test it for yourself, to see if fits your needs. Honestly I dont think it could work well if you have a larger number of websites (only if you dont mind that users of one site will be able to use the others too).