multisite - How to use an IP address for a multi-site in Drupal 8? -
this url seems claim it's not possible. workarounds on site doesn't work, , information dated. question is... why work in drupal 8, when put in sites.php file:
$sites = array( // url ==> path 'test.localhost' => 'default', 'test2.localhost' => 'somepath', );
but not this:
$sites = array( // url ==> path 'test.localhost' => 'default', '127.0.0.1' => 'somepath', );
and how make work?
it known bug dont go way. have setup additional virtual host , setup drupal there. can partially link site , modify configuration - filesystem related opration not drupal nor apache/nginx operation.
Comments
Post a Comment