multisite shared users

Events happening in the community are now at Drupal community events on www.drupal.org.
cdd23's picture

Combining two existing Drupal installs into a multisite setup

I'm trying to figure out how to move from my current configuration to a Drupal multisite configuration and would love any help or suggestions. I have done some searching in documentation but haven't found anything to address this issue.

Here's what I've got now:

<

dl>

mainsite.org
non-Drupal site that has ~30 html/php files, combined with simple PHP/MySQL managed content, i.e. calendar, announcements, upcoming events, links.

mainsite.org/drupal1-registrations
Read more
ymazigo's picture

my first multisite with shared users

here are steps for creating multisite with shared users that work for me please add any idea if you have

you must know how to setup vhost in apache

our domain for the site will be

http://example.com
http://site1.example.com
http://site2.example.com

  1. first install drupal normally (we will call the database for drupal installation drupaldb)

  2. after install drupal navigate to phpmyadmin or use mySQL gui tools and look for the database drupaldb (database you created previously )
    and look for these table

    'users' rename to 'shared_users',

Read more
Subscribe with RSS Syndicate content