Did you try removing the configuration that you call &quot;base install&quot;? That should do the trick. <br><br>Ursula<br><br><div class="gmail_quote">On Sun, Sep 11, 2011 at 11:42 PM, Roger <span dir="ltr">&lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Is it possible to have a drupal base install that is not used other than<br>
for multi sites.<br>
Where the base install is not a registered domain, just a container.<br>
<br>
/var/www/html/devel is the base working drupal installation.<br>
<br>
/sites/site1, sites/site2 etc are registered domains.<br>
<br>
/etc/http/conf/httpd.conf has:<br>
<br>
#-------------------Base install<br>
&lt;VirtualHost *:80&gt;<br>
         ServerName devel<br>
         DocumentRoot /var/www/html/devel<br>
&lt;/VirtualHost&gt;<br>
#------------------ALL Devel  multi sites listed here<br>
&lt;VirtualHost *:80&gt;<br>
         ServerName devel.site1<br>
         DocumentRoot /var/www/html/devel<br>
&lt;/VirtualHost&gt;<br>
&lt;VirtualHost *:80&gt;<br>
         ServerName devel.site2<br>
         DocumentRoot /var/www/html/devel<br>
&lt;/VirtualHost&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>