I have a site that has been around almost 15 years in some form or fashion as a static html site. I want to upgrade to drupal for the site's 15th birthday.
The site is hosted on an Apache Unix web server with all the bells and whistles, even allows drupal 6.14 in Fantastico, so the hosting company is up to date with all the goodies I need.
I have drupal installed in a subdirectory so there is no conflict with the existing site while I work on the design of the new site, although eventually I want to direct users to the new site rather than the old and I can't figure out how to do that.
Currently I have the existing site at http://www.example.com/index.htm (all files for the current site are in a single subdirectory) and the new drupal site at http://www.example.com/drupal1/index.php.
Given these articles (http://drupal.org/node/521440 & http://drupal.org/node/163486) I modified the .htaccess files and the settings.php file to show the drupal site as http://www.example.com, but that killed the existing site entirely.
I would like to keep the existing static html site for times when site maintenance is done, and I need to keep some of the static pages around for a while and link to them via drupal, so I'd like to keep my drupal install in a sub directory.