<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
What I do for multisite with same database is modify the settings.php
file for an individual site.&nbsp; In the $conf array you can override
system variables, such as "default_theme".<br>
<br>
Hans<br>
<br>
Ivan Sergio Borgonovo wrote:
<blockquote cite="mid:20091210150150.6b470d55@dawn.webthatworks.it"
 type="cite">
  <pre wrap="">On Thu, 10 Dec 2009 11:44:31 -0200
"Pablo L. de Miranda" <a class="moz-txt-link-rfc2396E" href="mailto:pablolmiranda@gmail.com">&lt;pablolmiranda@gmail.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I'm trying to configure 2 sites with the same installation e same
database, but when I switch the the theme of one of them the theme
change on another.
Have someone this problema too? How can I resolve this?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If they share the same DB *and* all the tables this behaviour is
normal.

Depending on what you'd like to share you may pick up *some* table
to share using the prefix technique.

Some articles I've found useful to build up a multisite:


Run multiple sites from the same code base (multi-site)
<a class="moz-txt-link-freetext" href="http://drupal.org/getting-started/6/install/multi-site">http://drupal.org/getting-started/6/install/multi-site</a>

Share a single database across multiple sites
<a class="moz-txt-link-freetext" href="http://drupal.org/node/2622">http://drupal.org/node/2622</a>

Domain Access
<a class="moz-txt-link-freetext" href="http://drupal.org/project/domain">http://drupal.org/project/domain</a>

Migrating the Drupal way. Part III: managing multiple sites with
Drupal
<a class="moz-txt-link-freetext" href="http://acquia.com/blog/migrating-drupal-way-part-iii-managing-multiple-sites-drupal">http://acquia.com/blog/migrating-drupal-way-part-iii-managing-multiple-sites-drupal</a>

How to best setup ubercart in a drupal multisite setting?
<a class="moz-txt-link-freetext" href="http://www.ubercart.org/forum/support/1456/how_best_setup_ubercart_drupal_multisite_setting">http://www.ubercart.org/forum/support/1456/how_best_setup_ubercart_drupal_multisite_setting</a>

Sharing Drupal tables between databases using MySQL5 Views
<a class="moz-txt-link-freetext" href="http://devbee.com/node/4">http://devbee.com/node/4</a>

Managing multisite content from a single Drupal instance
<a class="moz-txt-link-freetext" href="http://devbee.com/managing_multisite_content_from_">http://devbee.com/managing_multisite_content_from_</a>


  </pre>
</blockquote>
</body>
</html>