Multi-site with single codebase, different content databases, shared user database, shared sign-on
aklalita - June 25, 2009 - 06:13
Hi
I am using drupal 6.12.My task is to log on to drupal_site 2 from drupal_site 1 using login details of drupal_site1 i.e
Multi-site with single codebase, different content databases, shared user database, shared sign-on.How can I do this.Can any one help me?
Thanks
A.K.Lalitha

Hmmmm. You've just explain
Hmmmm.
You've just explain Drupals Multisite "feature".
One code base, sharing modules and themes
Database for each instance/site
All login details shared across sites if required.
Try search before posting!
http://drupal.org/getting-started/6/install/multi-site
Thanks for your response. I
Thanks for your response.
I have gone through that and i have tried but i didn't connect to site2.My task is to connect to drupal site2 from drupal site1 by using the login details of site1.Single sign in from drupal site1 to site2.I am using drupal6.12 version
Thanks
A.K.Lalitha
Hmmmm, http://drupal.org/proj
Hmmmm,
http://drupal.org/project/singlesignon
Which also suggests using
http://drupal.org/project/domain
But this looks like it implies you have a shared db
This thread maybe of interest to yout o:
http://drupal.org/node/61862
Good luck