$sites['localhost/example'] = 'example.com';

should be

$sites['localhost.example'] = 'example.com';

CommentFileSizeAuthor
multi-site-aliasing.patch1.3 KBdroplet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

droplet’s picture

Issue tags: +Quick fix

it is a Quick fix. hope some review it.

droplet’s picture

Category: task » bug
c960657’s picture

Status: Needs review » Reviewed & tested by the community
Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix

Automatically closed -- issue fixed for 2 weeks with no activity.