By sharique on
How to configure Drupal 5 for multisite with single Drupal & Mysql installation?
I have subdomains and I want use single sign-on for all sub-domain and main site, rest of things are different.
How I can do this?
How to configure Drupal 5 for multisite with single Drupal & Mysql installation?
I have subdomains and I want use single sign-on for all sub-domain and main site, rest of things are different.
How I can do this?
Comments
subscribing
i am interested to know too.
i m there fore subscribing to the thread.
hope u dont mind
http://namima.in-egypt.net
__________
http://namima.in-egypt.net اجدد اخبار ممثلين
http://www.echognumix.com
subscribe
I´m also subscribing, I was looking into multisite, and found a solution symlinking and found this thread:
http://drupal.org/node/39807
I´ll give it a try, but would like to know about other possible solutions.
the answer
hi
the answer to sharing the mysql installation is in settings.php in sites/default
or site/domain1
the thing is to enable that array
i have shared the following tables:
role (moderator group automatically created)
locales_source (locale module)
locales_target (locale module)
the main reason i wanted to do this was for the locale module (and users - but i havent gotten round to that yet) coz each drupal installation requires that i import the po file for my language and that definetly times out in the middle. so i have to refresh the browser repeatedly and i never know if i finished importing the entire file.
and the second reason is that these 2 tables each take up half a meg of space in the db. thats 1 mb per installation.
nuff said .. its done
__________
http://namima.in-egypt.net اجدد اخبار ممثلين
__________
http://namima.in-egypt.net اجدد اخبار ممثلين
http://www.echognumix.com
Which tables to make unique per sub domain
When sharing one database accross many subdomains, any ideas which tables to make unique so as not to cause any problems with caching and seperate themes for each subdomain?
I temporarily did this in my .htaccess file to overcome the time outs when importing .po files...
If you have access to .htaccess give it a try or just temporarily adjust the settings in php.ini ;)
shard tables
no idea .. i guess its trial and error
__________
http://namima.in-egypt.net اجدد اخبار ممثلين
__________
http://namima.in-egypt.net اجدد اخبار ممثلين
http://www.echognumix.com