By Mavros Gatos on
What I need is:
- Multisite with one installation on one domain (main.com)
- Other domains are using this installation (other1.com, other2.com)
- Users of other domains can administer only their own websites
- Ability to enable certain modules at certain domains. For example, one website will have "image" module, another won't
There should be hundreds of other domains in future, so main installation should be able to cope with load.
Maybe it's not possible, so if you are good at Drupal, please share your thoughts.
Modules, that can help you:
http://www.drupal.org/project/domain
http://www.drupal.org/project/virtual_site
Comments
Drupal Developer
Hi,
Drupal supported multiple site feature and it is also possible wihich one you are looking.
Thanx
Abhishek Kumar
Email:kukkukaushik@gmail.com
Definitely possible
You can even move your core files outside the main public_html directory, so while they sill serve up content, they are better protected form prying eyes.
I have the same structure
I have the same structure your talking about, read ths article, http://justinhileman.info/blog/2007/06/a-more-secure-drupal-multisite-in...