Categories

Featured templates

WordPress. How to configure multisite

Andre Flores March 6, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

Hello! This tutorial shows how to configure WordPress multisite.

WordPress. How to configure multisite

A WordPress multisite network allows you to run and manage multiple WordPress sites from a single WordPress installation. This means you can create new sites instantly and manage them using the same username and password.

Let’s learn how to configure a WordPress multisite.

First of all, you should enable WordPress Multisite Network feature.

  1. Access your FTP/hosting Control Panel File Manager and open wp-config.php file.

  2. Add the following code to the file right before the /* That’s all, stop editing! Happy blogging. */ line:

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

    wordpress_how_to_configure_multisite_1

  3. Save the file and overwrite the existing file on the server.

You have successfully enabled the Multisite Network feature on your WordPress site, now it’s time to set up your network.

  1. First, deactivate all the plug-ins on your site via admin panel Plugins tab or manually via FTP.

  2. Then, go to Tools ->Network Setup to configure your multisite network:

    wordpress_how_to_configure_multisite_2

  3. On the appeared screen choose what kind of domain structure you will use for sites in your network, e.g. Subdomains or Sub-directories, provide a title for your Network and make sure that the email address in the Network Admin Email field is correct. Click “Install” button to continue:

    wordpress_how_to_configure_multisite_3

  4. Now, you should follow instructions on the appeared interface and add some rules to your wp-config.php and .htaccess files as instructed:

    wordpress_how_to_configure_multisite_4

Once you complete these steps, your network is enabled and configured. You will have to log in again for changes to apply.

Now you have new tab at the top left of your WordPress dashboard called “My Sites”. From there, you may manage your sites, add new ones, configure network settings, etc.:

wordpress_how_to_configure_multisite_5

In order to add new sites you should go to My Sites ->Network Admin ->Sites tab and click “Add New” button:

wordpress_how_to_configure_multisite_6

On the appeared screen fill in “Site Address”, “Site Title” and “Admin Email” fields. You don’t need to type the full address of the site, just the part you want to use as subdomain or sub-directory, e.g. newsite:

wordpress_how_to_configure_multisite_6

Once you add new site(s), you may configure each site to your needs, add plug-ins, themes, etc. for each one separately.

This is the end of the tutorial, you have learnt how to configure a WordPress multisite.

Feel free to check the detailed video tutorial below:

WordPress. How to configure multisite

Best Wordpress Responsive Themes
This entry was posted in WordPress Tutorials and tagged multisite, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket