WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Glossary» M» Multisite (MU)

What is: Multisite (MU)

217 Shares
Share
Tweet
Share
Pin

Multisite is a type of WordPress installation that allows you to create and manage a network of multiple websites from a single WordPress dashboard. This lets you easily make changes and keep all of your websites updated from one place.

You can create a multisite network for yourself that only you have access to. Or you could add other users who can create their own sites inside your network, and limit them from accessing more powerful WordPress features.

For example, Harvard University has a WordPress multisite network called Harvard Blogs that allows anyone with a harvard.edu email address to create their own blog. Bloggers can publish blog posts on their own sites, but only the owner of the multisite, called the “super admin”, can install plugins or make other sitewide changes.

What is WordPress Multisite

All users of a multisite network share the same plugins and themes.

But websites created on a multisite network do have separate media upload directories in the WordPress installation. That means that each site has its own separate folder of images and other uploaded files, so you can’t access one site’s images from another site in the network.

Why Use a WordPress Multisite Network?

WordPress multisite networks are a great option for those wanting to manage separate websites from one dashboard. Multisite networks are used by corporations, schools, universities, news outlets, online businesses, and more.

You can even create your own blogging platform (network of blogs) on a single multisite installation.

Hosting for WordPress Multisite Installations

Before creating your multisite installation, consider the size of your network and compare the prices and features of the top WordPress hosting providers.

If you only plan to have a few websites in your network, then a shared hosting account is a good choice.

If you are planning on having a large WordPress multisite network, then you might consider choosing between VPS hosting, managed WordPress hosting, or a dedicated server for your hosting needs.

We recommend using Bluehost or SiteGround because they offer several hosting plans tailored to meet every level of hosting, and they’re both officially recognized by WordPress.

How to Enable a Multisite Network in WordPress

Once you have a hosting provider, you will need to install WordPress.

After your installation is complete, connect to your website using an FTP client like FileZilla.

Next, locate and edit the wp-config.php file in your cPanel on your web host.

Then add the following line just before ‘That’s all, stop editing! Happy blogging’ in the file.

/* Multisite */
define('WP_ALLOW_MULTISITE', true);

Save your wp-config.php file and log out of your cPanel. Next, log in to your WordPress website. After login, go to Tools » Network Setup. This is where you will configure your WordPress Multisite Network.

On the network setup screen, choose whether you want network sites to be on their own subdomain (like blog1.example.com and blog2.example.com) or subdirectory (such as example.com/blog1 and example.com/blog2).

This is important because once you make a selection, you can’t change this setting later.

Subdomain for Multisite

If you select subdomains, then you’ll have to change your DNS settings for domain mapping. We will show you how in just a moment.

In the network details section, type in a name for your multisite network and an admin address. Click on the ‘Install’ button.

On the next screen, you will see the code you need to add to wp-config.php and .htaccess file. Both files are in your WordPress root directory.

Connect to your website again using an FTP client, then open and edit these files by pasting in the code provided by WordPress.

Enabling multisite network

After you’ve updated both of the files, you’ll see the WordPress Multisite Network on your WordPress admin bar the next time you log in.

Network admin settings

Setting Up A Multisite Using Subdomains

If you chose to use subdomains for websites on your multisite network, then you’ll need to create a subdomain with an asterisk as the subdomain name. This is called a wildcard subdomain. For example, if your WordPress installation is www.example.com then you need to create the subdomain *.example.com.

To do that, first, you need to login to your WordPress hosting account’s cPanel dashboard.

In this tutorial, we’ll show you how this looks in the Bluehost dashboard. If you’re using a different host or domain registrar, then your dashboard may look different.

From your Bluehost account dashboard, scroll down to the Domains section and then click on Subdomains.

Setting up wild card subdomains

On the next page, enter the asterisk (*) in the subdomain field and select your main domain from the drop-down menu.

Adding wildcard subdomain

Once you have made the selection, cPanel will automatically detect the document root and display it in the field below. Now click on the Create button to add your new wildcard subdomain.

Configuring WordPress Multisite Network Settings

After setting up your multisite network, you’ll want to make sure to check your settings so that your site works the way you want it to.

You can do that from your WordPress dashboard.

To configure your network settings, log in your WordPress website and mouse over Sites. Next, click on Network Admin » Dashboard at the top left side of your admin area.

On the fly-out menu, you can manage websites, users, themes, plugins, and configure the settings for your WordPress multisite installation.

Network admin dashboard

The multisite network admin settings tab allows you to set default themes, page and post text, welcome emails sent by WordPress to new users, and more.

Keep in mind that any changes you make in the multisite network admin settings will affect all sites and users on your multisite network.

Managing Sites on a WordPress Multisite Network

You can also manage all the individual websites on your WordPress multisite installations on the Sites screen. The multisite dashboard lets you add, delete, deactivate, and archive websites in your network.

Adding new sites to your WordPress multisite network

If you deactivate a site on your multisite network, it will be hidden from your multisite users and any website visitors. Anyone trying to visit a deactivated website will see the message, “This user has elected to delete their account, and their content is no longer available.”

Websites on your multisite network that are archived are only seen by the super admin of the network. Anyone trying to visit an archived website will see the message, “This site has been archived or suspended.”

Super admins on a WordPress multisite network can mark a website on the network as spam. This makes the website invisible to everyone. Deleting a site will permanently remove it from your network.

To know more, check out our step-by-step tutorial on how to properly install and set up a WordPress multisite network.

We hope this article helped you learn the basics of WordPress Multisite and how it works! Check out the additional reading below to learn more.

You can also subscribe to our YouTube channel for step-by-step WordPress video tutorials, and follow us on Twitter and Facebook for the latest updates.

Additional Reading

  • Why Do You Not See All Plugins on WordPress Multisite Installs
  • How to Install and Setup WordPress Multisite Network
  • How to Stop Spam Registrations on your WordPress Membership Site
217 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • Revealed: Why Building an Email List is so Important Today (6 Reasons)

    Revealed: Why Building an Email List is so Important Today (6 Reasons)

  • How to Fix the Error Establishing a Database Connection in WordPress

    How to Fix the Error Establishing a Database Connection in WordPress

  • How to Start Your Own Podcast (Step by Step)

    How to Start Your Own Podcast (Step by Step)

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
WP Mail SMTP logo
WP Mail SMTP
Fix WordPress email delivery issues. #1 SMTP plugin. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2020 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2020)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2020)
    • SiteGround Reviews from 4196 Users & Our Experts (2020)
    • Bluehost Review from Real Users + Performance Stats (2020)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2020 – Step by Step Guide
Deals & Coupons (view all)
MainWP
MainWP Coupon
Get 15% OFF on MainWP WordPress multisite manager plugin.
Web Hosting Hub
Web Hosting Hub Coupon
Get 44% off Web Hosting Hub hosting plans.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).
Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon

Copyright © 2009 - 2021 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress CDN by MaxCDN | WordPress Security by Sucuri.