2017 © Pedro Peláez
 

wordpress-muplugin wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

image

devgeniem/wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

  • Monday, November 7, 2016
  • by devgeniem
  • Repository
  • 5 Watchers
  • 3 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 3 % Grown

The README.md

geniem-github-banner, (*1)

WP Plugin: Same level subdomains for multisites

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site., (*3)

Example use case

We needed to create subdomain multisite which uses only subdomains under *.client.com and nothing else. In this case client.com domain was simultaneously used elsewhere for non-WordPress site so that couldn't be the domain of the main site., (*4)

We created this plugin in order to use admin.client.com as the main site and site1.client.com, site2.client.com for the subsites respectively., (*5)

Installation

$ composer require devgeniem/wp-multisite-same-level-subdomains

Configuration

We recommend installing this plugin with composer or dropping it the plugin directory into your mu-plugins directory., (*6)

Then create a wp-content/sunrise.php file with the following:, (*7)

<?php
// Default mu-plugins directory if you haven't set it
defined( 'WPMU_PLUGIN_DIR' ) or define( 'WPMU_PLUGIN_DIR', WP_CONTENT_DIR . '/mu-plugins' );

require WPMU_PLUGIN_DIR . '/wp-multisite-same-level-subdomains/wp-multisite-same-level-subdomains.php';

Additionally, in order for sunrise.php to be loaded, you must add the following to your wp-config.php:, (*8)

define( 'SUNRISE', true );

Finally add your preferred domain into your wp-config.php:, (*9)

define( 'MULTISITE_SAME_LEVEL_SUBDOMAINS', true );

Variables

This forces all created sites to be in the same subdomain as the main site:, (*10)

define( 'MULTISITE_SAME_LEVEL_SUBDOMAINS', true );

Maintainers

Onni Hakala, (*11)

License

MIT, (*12)

The Versions

07/11 2016

dev-master

9999999-dev https://github.com/devgeniem/wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain same-level

07/11 2016

2.2

2.2.0.0 https://github.com/devgeniem/wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain same-level

31/10 2016

2.1

2.1.0.0 https://github.com/devgeniem/wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain same-level

31/10 2016

1.2

1.2.0.0 https://github.com/devgeniem/wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain same-level

31/10 2016

2.0

2.0.0.0 https://github.com/devgeniem/wp-multisite-same-level-subdomains

This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain same-level

27/10 2016

1.1

1.1.0.0 https://github.com/devgeniem/wp-multisite-tld-changer

This WordPress multisite plugin allows you to create subsites under different domain than the mainsite.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain tld alternative

27/10 2016

1.0.2

1.0.2.0 https://github.com/devgeniem/wp-multisite-tld-changer

This WordPress multisite plugin allows you to create subsites under different domain than the mainsite.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain tld alternative

27/10 2016

1.0.1

1.0.1.0 https://github.com/devgeniem/wp-multisite-tld-changer

Replaces accents from future uploads and has wp-cli command which you can use to sanitize current content.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain tld alternative

27/10 2016

1.0

1.0.0.0 https://github.com/devgeniem/wp-multisite-tld-changer

Replaces accents from future uploads and has wp-cli command which you can use to sanitize current content.

  Sources   Download

MIT

The Requires

 

wordpress multisite subdomain tld alternative