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

[BUG] Fix subdomain install adding extra site. #7

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

jenkoian
Copy link
Contributor

When using a subdomain install, an extra site was being created when the
site key was an empty string, e.g.

example.com
.example.com
sub.example.com

When desired outcome is:

example.com
sub.example.com

This PR updates it so that for subdomain installs, if the site key is an
empty string it will no longer create a site with an empty prefix.

When using a subdomain install, an extra site was being created when the
site key was an empty string, e.g.

example.com
.example.com
sub.example.com

When desired outcome is:

example.com
sub.example.com

This PR updates it so that for subdomain installs, if the site key is an
empty string it will no longer create a site with an empty prefix.
@jenkoian jenkoian force-pushed the fix-main-subdomain-issue branch from 2f5c65e to 8598df4 Compare April 23, 2021 10:36
@jenkoian jenkoian closed this Apr 23, 2021
@jenkoian jenkoian reopened this Apr 23, 2021
@jenkoian jenkoian merged commit a22122c into master Apr 23, 2021
@jenkoian jenkoian deleted the fix-main-subdomain-issue branch April 23, 2021 10:52
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

Successfully merging this pull request may close these issues.

3 participants