Closed (fixed)
Project:
Documentation
Component:
Correction/Clarification
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 21:22 UTC
Updated:
2 Sep 2009 at 00:50 UTC
http://drupal.org/getting-started/6/install/multi-site describes three examples:
sites/example.com/settings.php
sites/sub.example.com/settings.php
sites/sub.example.com/site3/settings.php
The last line of this should read:
sites/sub.example.com.site3/settings.php
The dot notation is used for sub-folders. Otherwise, the site3 directory would literally be nested under sites/sub.example.com/. I don't think we want that...
The error was introduced on the June 20, 2009 - 12:21
Comments
Comment #1
jhodgdongood catch - page has been updated.
Comment #2
jhodgdon