docker-library/drupal

Multisites using path prefixes are not working

Closed this issue · 1 comments

Hi,

within my current setup, which is using drupal:8.9.15-php7.4-apache-buster and Drupal 8 latest, I am trying to set up a multisite environment using path prefixes.
Setting it up using simple domains within my sites.php file is working fine:

$sites['3030-teal-minnow-nihpie4u.ws-eu17.gitpod.io'] = 'default-export';
$sites['3031-teal-minnow-nihpie4u.ws-eu17.gitpod.io'] = 'default-import';

But when I try to use path prefixes, for example like that:

$sites['3030-teal-minnow-nihpie4u.ws-eu17.gitpod.io.export'] = 'default-export';

The attempt to load: https://3030-teal-minnow-nihpie4u.ws-eu17.gitpod.io/export/, ends up in redirecting me to: https://3030-teal-minnow-nihpie4u.ws-eu17.gitpod.io/core/install.php

Should this be working fine using this image?

Best regards,
Sebastian

Sorry for the delay -- unfortunately, the best I can suggest is trying a dedicated support forum, such as the Docker Community Forums, the Docker Community Slack, or Stack Overflow.