Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Drupal Multi-site in subdirectories support #69

Open
mkochendorfer opened this issue Oct 5, 2017 · 0 comments
Open

Improve Drupal Multi-site in subdirectories support #69

mkochendorfer opened this issue Oct 5, 2017 · 0 comments

Comments

@mkochendorfer
Copy link
Contributor

There are 2 ways to support multisite in subdirectories in Drupal:

  1. Symlinks
  2. Web server aliases

https://www.drupal.org/docs/7/multisite-drupal/multi-site-in-subdirectories

Right now the unison file system does not play nicely with the symlink approach to supporting multisite in subdirectories for Drupal, which seems to be the most common approach. The alias approach works just great with unison, but many hosting companies do not allow this type of web server config to be done.

We have worked around this issue by using web server config aliases for the local development in Outrigger with Unison, but then using symlinks on the servers. It would be great to improve the documentation and support for Drupal multisite in subdirectories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant