<div dir="ltr">Hey Jennifer,<br><br>My apologies for the confusion, I am actually doing that. Let me try to re-explain. Under the sites folder I have:<br><br><a href="http://a.example.com">a.example.com</a><br><a href="http://b.example.com">b.example.com</a><br>
<br><a href="http://a.abc.com">a.abc.com</a> -&gt; <a href="http://a.example.com">a.example.com</a><br><a href="http://b.abc.com">b.abc.com</a> -&gt; <a href="http://b.example.com">b.example.com</a><br>c.abc.-com -&gt; <a href="http://a.example.com">a.example.com</a><br>
etc...<br><br>With this configuration there&#39;s really no problem, when I visit the module listing section of <a href="http://a.abc.com">a.abc.com</a> I see the modules,themes listed under sites/<a href="http://a.abc.com/modules">a.abc.com/modules</a>, sites/<a href="http://a.abc.com/themes">a.abc.com/themes</a> which is what I want.<br>
<br>This is the correct behavior, except I need to create a symbolic link for every *.<a href="http://abc.com">abc.com</a> and these may number if the thousands. Alternatively, I could create one <a href="http://abc.com">abc.com</a> symbolic link to catch *.<a href="http://abc.com">abc.com</a>, inside it I can do a database lookup to know weather this should be pointing to <a href="http://a.example.com">a.example.com</a> or <a href="http://b.example.com">b.example.com</a> (all of these folders are inside sites of course) and conditionally change the connections string, filepath... but the problem is with the modules/themes. Drupal will look inside sites/<a href="http://abc.com/modules">abc.com/modules</a> and sites/<a href="http://abc.com/themes">abc.com/themes</a> when I would actually want it to look inside sites/<a href="http://a.example.com/modules,themes">a.example.com/modules,themes</a> when visiting <a href="http://a.abc.com">a.abc.com</a> and sites/<a href="http://b.example.com/modules,themes">b.example.com/modules,themes</a> when visiting <a href="http://b.abc.com">b.abc.com</a><br>
<br>I hope this is clear enough this time.<br clear="all"><br>-- <br>AA<br>
</div>