I would like to have one big happy Drupal multi-site installation via subdirectories.

However, it only sort of works. The premise is drupal is installed in a subdirectory of the webroot, not in the webroot itself.

myserver.com/drupal

I have followed the steps to create an appropriately named subdirectory in the sites folder. Now I have ....

myserver.com/drupal
myserver.com/drupal/sites/subsite.myserver.com

I have told the sites.php about this site.
myserver.com/drupal/subsite ... myserver.com/drupal/subsite.myserver.com

myserver.com/drupal is still working.
myserver.com/drupal/subsite looks like it works, but it really doesn't.

Subsite as it works now looks a little like the default site, but the main content is fnf. Both are issues. I want to make subsite unique both in look and content.

When I try to administer the subsite, it looks like all of the urls eventually end up modifying the main site, not my subsite.

**When I set this up, I used the method of creating a symlink to the default site, so it could pick up the index.php. The database that drupal created for the subsite has about half the number of tables as the main site. I thought maybe that's intended, but can find no information to say yea or nay.

So I am stuck in Gondwanaland. It's all basically the same, but a little different. Please help!

..\W