OK, I am in the process of trying to get multiple sites working with drupal.
So far, I have
1. Set up drupal under the domain for my vps
www.cgmsystems-4.net/drupal
2. Set up a second domain of
www.charleston-views.com /var/www/charleston-views
3. Copied the drupal database to charlestonviews. Ran the SQL command noted at
http://drupal.org/node/120647
4. Changed the DNS to point to the westhost servers
5. Created a folder of cgmsystems-4.net/drupal/sites/CHARLESTON-VIEWS.COM . Copied the files from drupal/sites/default into that folder
6. Made the changes to the two lines as described in
http://drupal.org/node/120647
*/
$base_url = 'http://www.charleston-views.com'; // NO trailing slash!
$db_url = 'mysqli://root:697oau23@localhost/charlestonviews';
$db_prefix = '';
So, where I am right now is that I can't see the charleston-views.com drupal installation.
I suspect that I might have to either
1 - Change the domains in my manager to /var/www/html/drupal/sites/CHARLESTON-VIEWS
-or-
2. Modify the .htaccess folder to redirect to the drupal/sites/charleston-views.com
I'd appreciate any thoughts on this..
thanks
chris