Hi Nancy,<br><br>I have done this keeping the old website files in a separate folder and adding that folder to the domains vhost configuration.  You can then use mod_rewrite to check the domain and if it matches a pattern you specify, try to serve the content from the newly added directory, otherwise let Drupal try to serve the content.  The only gotchas I have run into is that certain path modules have been created to only handle Drupal paths (i.e. the XML Sitemap module).<br>
<br>You can also do it by placing the files in the Drupal root folder.  This is easier but more messy to maintain.  The http server will try to locate the file and if it finds it, serve the file.  Otherwise a 404 will occur at which point Drupal will try to serve the path.<br>
<br>--<br>Cheers,<br><br>Antoine<br><br><div class="gmail_quote">On Wed, Jan 12, 2011 at 7:46 AM, nan wich <span dir="ltr">&lt;<a href="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><div></div>
<div>We have a copy of our pre-Drupal HTML site and would now like to resurrect a portion of it. Is it possible to have a plain HTML site as a sub-site of the Drupal site? I have done it the other way around, so I suspect it is possible. Are there any gotchas I need to be aware of (other than Apache redirects that have to be removed)?<br>
 </div>
<p><font color="#ff007f" face="bookman old style, new york, times, serif" size="4"><i><b>Nancy</b></i></font></p>
<p> </p>
<p><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></p>
</div></div></blockquote></div>