Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
22 Mar 2010 at 02:54 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent
$sites['localhost/example'] = 'example.com';
should be
$sites['localhost.example'] = 'example.com';
| Comment | File | Size | Author |
|---|---|---|---|
| multi-site-aliasing.patch | 1.3 KB | droplet |
Comments
Comment #1
droplet commentedit is a Quick fix. hope some review it.
Comment #2
droplet commentedComment #3
c960657 commentedComment #4
dries commentedCommitted to CVS HEAD.