Hi all drupal fans :) I hope someone can help me...
Drupal is/was very easy to understand (and to setup http://www.kalamees.ee - fishing site) , but if it comes down to multisite conf then I am just too stuped to understand how it works (or will it work at all). I have 3 different domains - lets call them www.one.com, www.two.com and www.three.com (different domains, not subdomains)
I want to have core files in one place and in all those domains just themes and settings - how can I achieve this and what files to put where ?. Read through all the forum topics about multisite and I am just more confused (I am not everyday designer or code writer).
I have all my domains hosted at place where I have almost all the rights (can do everything with my domains). Directory structure is at moment following
-domains
-- one.com
---public_html
---- all the drupal files
-- two.com
---public_html
---- all the drupal files
-- three.com
---public_html
---- all the drupal files
What I would like to have is something like
-domains
-- drupal
--- all the drupal core files
-- one.com
---public_html
---- all the themes and settings
-- two.com
---public_html
---- all the themes and settings
-- three.com
---public_html
---- all the themes and settings
What I dont understand is what else do I have to put into the public_html so the different domains will call the right things from drupa core directory ?