WP Manifestindependent plugin directory
manifest / multisite / wp-site-aliases

WP Site Aliases

User-defined site-aliases for your multisite installation

by John James Jacoby · github.com/stuttter/wp-site-aliases · website

45stars
5forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/stuttter/wp-site-aliases/archive/refs/heads/master.zip

Readme

WP Site Aliases

The best way to allow custom domains in your WordPress Multisite installation

  • Seamlessly integrates into WordPress's dashboard interface
  • Comes with turn-key sunrise.php drop-in
  • Easily enable & disable aliases
  • Safe, secure, & designed to scale

Installation

  • Download and install using the built in WordPress plugin installer
  • Network Activate in the "Plugins" area of your network-admin by clicking the "Activate" link
  • Optionally drop the entire wp-site-aliases directory into mu-plugins
  • Optionally filter wp_site_aliases_get_documentation_url & wp_site_aliases_get_configuration_url and write some documentation for your custom application
  • No further setup or configuration is necessary

FAQ

Does this create new database tables?

Yes. It adds wp_blog_aliases and wp_blog_aliasmeta to $wpdb->ms_global_tables.

(If you use a database drop-in for high-availability, you will need to define these tables yourself.)

Does this support object caching?

Yes. It uses a global blog-aliases cache-group for all alias objects.

Does this modify existing database tables?

No. All of WordPress's core database tables remain untouched.

Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-site-aliases/

Can I contribute?

Yes, please!

Read the full README on GitHub →

Releases

TagPublished
2.0.0 Sep 11, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.