<p>I beleive you should use domain module to achive it. Ànother option is that u can use default multisite setup of drupal which contain different database for each its domain but in this case u can&#39;t share contents to its sub domains. <br>

So, I beleive u should go for domain module itself.</p>
<div class="gmail_quote">On Mar 25, 2013 7:53 PM, &quot;John Summerfield&quot; &lt;<a href="mailto:summer@js.id.au">summer@js.id.au</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I am trying to create a website for a club, we&#39;ll call it&#39;s domain<br>
<a href="http://example.com" target="_blank">example.com</a><br>
<br>
<a href="http://example.com" target="_blank">example.com</a> should be the administration site, no club members per se,<br>
although its registered users might be members of associated clubs, its<br>
in order for that to be the case.<br>
<br>
<br>
Associated clubs with have subordinate domains, so <a href="http://friends.example.com" target="_blank">friends.example.com</a>,<br>
<a href="http://raiders.example.com" target="_blank">raiders.example.com</a> and so on.<br>
<br>
It&#39;s also in order for people to be members of more than one club, and<br>
they often are.<br>
<br>
Example.com will provide some general information that should be<br>
accessed directly by all the subordinate clubs. On the other hand, each<br>
club will provide information of its own, and that should be accessible<br>
in a menu item, &quot;club news.&quot;<br>
<br>
<br>
Also, each club should be able to provide some specific information as<br>
an alternative to that provided at <a href="http://example.com" target="_blank">example.com</a>.<br>
<br>
For example, <a href="http://example.com/About" target="_blank">example.com/About</a> would tell its visitors about the base<br>
organisation. For example,<br>
&quot;We promote our sport....<br>
&quot;We have associated clubs here, there and everywhere.&quot;<br>
<br>
<a href="http://raiders.example.com/About" target="_blank">raiders.example.com/About</a> would say that<br>
<br>
&quot;We have these competitions....<br>
&quot;We have school programs at ....<br>
&quot;Our clubrooms are at 45 Raiders Way, Bordertown.&quot;<br>
<br>
and so on.<br>
<br>
What I want is for Raiders visitors see only <a href="http://raiders.example.com/About" target="_blank">raiders.example.com/About</a><br>
but not the one at <a href="http://example.com" target="_blank">example.com</a> or <a href="http://friends.example.com" target="_blank">friends.example.com</a>.<br>
<br>
What happens is that a user registered for both <a href="http://example.com" target="_blank">example.com</a> and<br>
<a href="http://raiders.example.com" target="_blank">raiders.example.com</a> has, not one, but two /About links.<br>
<br>
An example of information that only Raiders can see is Raiders&#39;<br>
membership list. Our law requires that membership lists of all<br>
incorporated bodies (in Australia that means Example Inc, Raiders Inc -<br>
company names are generally titles Ltd or Pty Ltd) must be available to<br>
members. For the present I don&#39;t propose to provide more than just the<br>
names of members, but I do wish it to be available only to those<br>
members, and not to General Public.<br>
<br>
Similarly, Club News would mean Raiders&#39; news at Raiders, Friends&#39; news<br>
at Friends, but their news should be accessible through another menu choice.<br>
<br>
I have a working list of associated clubs, so switching between domains<br>
is trivial. I an happy to have just one list of members, but they must<br>
only see member&#39;s-only content from whichever site they are looking at<br>
at the moment, and then only if they are members of that club.<br>
<br>
I have been trying to do this with the domains modules, but I am not<br>
sure that the will let me do what I want without cutting code. I am<br>
pretty feeble with PHP, but I might manage a small amount.<br>
<br>
Does anyone have any advice on how to achieve my ends? Is using the<br>
domains modules my best choice, or should I look at something else?<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</blockquote></div>