The sites.php file is a multisite improvement for Drupal 7. <a href="http://www.drupalcoder.com/story/544-drupal-7-multisite-improvement-multi-site-directory-aliasing">http://www.drupalcoder.com/story/544-drupal-7-multisite-improvement-multi-site-directory-aliasing</a><div>

<br></div><div>I&#39;m guessing that you mention Drupal 6 because you&#39;re running 6, rather then 7. You might want to start here <a href="http://drupal.org/node/43816">http://drupal.org/node/43816</a><br><br><div class="gmail_quote">

On Fri, Oct 8, 2010 at 6:38 AM, Lluís Forns <span dir="ltr">&lt;<a href="mailto:enboig@gmail.com">enboig@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I have a working drupal6 site online and now I want to work with it<br>
offline. I was trying to achieve this using sites.php, but it don&#39;t<br>
work.<br>
<br>
I am sure sites.php is read because if I add die(&quot;message&quot;); in it I<br>
read the message, but it don&#39;t work. The content of the file is:<br>
<br>
$sites = array(<br>
//  &#39;<a href="http://www.example.cat/site_drupal" target="_blank">www.example.cat/site_drupal</a>&#39; =&gt; &#39;<a href="http://www.example.cat" target="_blank">www.example.cat</a>&#39;,  //ONLINE<br>
  &#39;localhost/site_drupal&#39; =&gt; &#39;<a href="http://www.example.cat" target="_blank">www.example.cat</a>&#39;,<br>
//localhost<br>
);<br>
<br>
Any hint?<br>
<br>
thanks.<br>
<font color="#888888"><br>
<br>
--<br>
*Les normes hi són perquè hi pensis abans de saltar-te-les<br>
*La vida és com una taronja, què esperes a exprimir-la?<br>
*Si creus que l&#39;educació és cara, prova la ignorància.<br>
*La vida és com una moneda, la pots gastar en el que vulguis però<br>
només una vegada.<br>
*Abans d&#39;imprimir aquest missatge, pensa en el medi ambient.<br>
</font></blockquote></div><br></div>