Closed (fixed)
Project:
Drupal core
Version:
6.0-rc2
Component:
install system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2008 at 01:58 UTC
Updated:
3 Dec 2008 at 10:21 UTC
There appears to be no Handbook entry for multisite installation of Drupal 6, so I'm using the 5.x handbook entry. I'm testing this on a webhost, Linux running apache 1.3.39/PHP 5.2.2.
I am setting up two sites using the same instance of Drupal 6RC2 at http://training.interoperating.info/perl4data and http://training.interoperating.info/php. I have followed these steps so far:
I planned on using the same database my main site uses. Existing tables are prefixed with 'main_'.
I can't find any version 6-specific info on multisite installations, and am wondering if this is a bug or if I am not performing the correct steps. I'd be happy to document this for the handbook if I can get it working.
Comments
Comment #1
beginner commentedI think you are missing one step.
Create a symlink in your root directory named perl4data.
Either use the function symlink (see php.net), or if you have access to the console, do:
ln -s ./ perl4data.
Comment #2
markj commentedIf symlinks are required to set up a multisite installation, the handbook page and the install.txt should explain how they need to be used.
Comment #3
ainigma32 commentedSee here http://drupal.org/getting-started/6/install/multi-site for the multisite docs for d6.
- Arie