PressTigers

Steps To Setup WordPress Multisite Network

WordPress multisite network will help managing several sites under a single installation of WordPress. Each site has its own sub-domain (i.e. subdomain.example.com) or sub directory (i.e. www.example.com/subdirectory). We can also use domain mapping for each site to create its unique domain name (i.e. www.subsite.com ). WordPress has the ability to create a network of websites which share same WordPress resources such as plugins, themes and database. Although each site has its own set of tables within the database. There are no separate directories for individual website on the network, but they could have separate media upload folders within the shared installation directory.

Steps to setup WordPress Multisite Environment:

  1. Backup the database because WP website will be updated
  2. Make sure the site is using pretty permalinks. To ensure it, check the following:
    WP ADMIN > Settings > Permalinks
  3. Allow multisite within the WordPress configuration file. Open wp-config.php , just below the line /* That’s all, stop editing! Happy blogging. */ add the following:
  4. Refresh the browser window so that you can see a new menu under WP ADMIN > Tools > Network Setup. You need to choose among Sub Directory or Sub Domain install, a network title and a network admin email for the network setup.
  5. Enable the network by updating the .HTACCESS and wp-config.php file. For this:
  • Add the following code to wp-config.php, just before /* That’s all, stop editing! Happy blogging. */:
  • Add the following code to .HTACCESS replacing the content of the file:

Now the WordPress multisite network is ready to use. You can add as many websites as you want to on this enabled network.

User Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

    Get in Touch