Closed (fixed)
Project:
Domain
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2009 at 07:23 UTC
Updated:
30 Jan 2010 at 19:01 UTC
Hi,
I have a website running successfully, which already has a lot of modules. What I want to do is now also create groups ..
If I created a subdomain, eg groups.mydomain.com will it better for my sql usage and memory?
Please would you be as detailed as possible :)
1. Will a subdomain be easier on my server? Lighter on sql usage, RAM and memory?
2. Do I create a completely new installation on the subdomain and just add the groups modules?
3. How does the user automatically login in from main site to sub.domain?
How do I set this up please as had a look at sub domain, domain access modules and just don't get it :)
Look forward to any reply, and thank you.
Lilian
Comments
Comment #1
agentrickardWow. I can't possibly answer all of these questions. In general, you should only use Domain Access if you want to share content across your various sites.
1) No idea.
2) You can't run specific module only on certain domains. If you create a new installation, you're using Drupal multisite, not Domain Access.
3) If you are using subdomains, just set $cookie_domain to '.example.com' and it works automatically. Otherwise, you need the SSO module.
For set up instructions, see INSTALL.txt, which is very detailed.
Comment #2
agentrickard