multisite-url-fixer icon indicating copy to clipboard operation
multisite-url-fixer copied to clipboard

Multisite subdir install

Open michaelw85 opened this issue 4 years ago • 0 comments

Summary

Add support for multisite installs with sub dir install instead of subdomain. e.g.

  • domain.com (primary site, "site1")
  • domain.com/site2

Motivation

This issue seems to have quite some history and seems to be fixable using (Nginx) rewrite rules looking at https://discourse.roots.io/t/working-subdirectory-multisite-nginx-rules/1503

I'm probably not the only one that had to spend quite some time trying to figure out how to get this working with Bedrock. Having this within the multisite URL fixer (if possible) would save quite some headache.

Additional context

This feels more like a bug to me than a feature request. Since it's fixable with rewrite rules I thought it to be an enhancement. With the rewrite rules in place, I now wonder if this plugin is needed at all.

michaelw85 avatar Feb 26 '21 10:02 michaelw85