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

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -