<div dir="ltr">Hello all,<br><br>I&#39;ve setup a multisite installation in this form:<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://c.abc.com">c.abc.com</a> -&gt; <a href="http://a.example.com">a.example.com</a><br>
<a href="http://d.abc.com">d.abc.com</a> -&gt; <a href="http://b.example.com">b.example.com</a><br><a href="http://e.abc.com">e.abc.com</a> -&gt; <a href="http://a.example.com">a.example.com</a><br>etc....<br><br>I noticed that the only thing I change in the settings.php file is the connection string and filepath, so I created one folder:<br>
<br><a href="http://abc.com">abc.com</a><br><br>That gets all the requests. The only problem is that I need the themes/modules folder to be <a href="http://a.example.com/themes">a.example.com/themes</a> when we&#39;re accessing c or <a href="http://e.abc.com">e.abc.com</a> and <a href="http://b.example.com/themes">b.example.com/themes</a> when accessing <a href="http://d.abc.com">d.abc.com</a>, clearly, <a href="http://abc.com">abc.com</a> can only point to either <a href="http://a.example.com">a.example.com</a> or <a href="http://b.example.com">b.example.com</a>, when accessing <a href="http://c.abc.com">c.abc.com</a> I want to see <a href="http://a.example.com">a.example.com</a>&#39;s themes and modules, when accessing <a href="http://d.abc.com">d.abc.com</a> I want to see <a href="http://b.example.com">b.example.com</a>&#39;s themes and modules. With one symbolic link called <a href="http://abc.com">abc.com</a> I can&#39;t do that.<br>
<br>You might say, why not just leave the three symbolic links c,d &amp; e rather than trying to save on symbolic links. The reason is that *.<a href="http://abc.com">abc.com</a> will number in thousands and even millions and I don&#39;t want to create a million symbolic links. It seems the fix for this would be to somehow specify in <a href="http://abc.com">abc.com</a> the modules and themes folders manually rather than it being auto-detected by Drupal. The alternative would be a solution at the OS level that I personally have no idea exists. I hope I did a good job of clarifying this. Is it doable? If not, where should I start thinking of creating a patch? Any pointers/ideas appreciated.<br clear="all">
<br>-- <br>AA<br>
</div>