Hi -

We're setting up three multi-sites. There is a landing page in front of it, just standard index.html that is used as a selector for the individual sites.

Through setting DefaultHandler in .htaccess to index.html can get the landing page to come up. And all the multi-sites come up under sub-directories.

We don't have a need for a default site to be enabled. The trouble is if someone stumbles into the domain http://www.example.com/user -- it will redirect to the drupal install.php trying to run the installer since there is not a default site.

What's the best way to structure a multi-site when no default site is required -- or do we have to indicate one of them as default?

-Greg