InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Wordpress How-Tos

  • angularjs in wordpress
  • Convert wordpress page to posts and vice versa
  • Find all user created wordpress custom field keys
  • How to automate wordpress sandbox setup on Linux
  • How to capture php code or included file output in a variable
  • How to check the performance of a plugin using mysql query log
  • How to migrate wordpress from root to sub directory
  • How to upgrade wordpress manually
  • How to view wordpress current version
  • Setup xdebug for remote wordpress debugging
  • Wordpress - disable theme and plugin editing
  • Wordpress - get wpdb class method names
  • Wordpress multisite network vs normal installation
  • display method names from php WP_Query object
  • find if a wordpress page is leaf page
 
  • Home
  • > Tutorials
  • > Wordpress
  • > Wordpress How To

WordPress multisite network vs normal installation

By admin | Last updated on Mar 20, 2016

When it is required to have more than one wordpress installations it can get little tricky. There are multiple way to do that.

  1. Do multiple independent wordpress installations with independent databases and in separate directories but with same domain.
  2. Do multiple independent wordpress installations with independent databases with different subdomains.
  3. Do WordPress multisite network installation with same database. It can be with different subdomains or same domain with different directories.

Here are some things to consider before you decide to use which type of setup you should do:

  1. Multisite network installation uses http://yoursite.com/blog as prefix in permlinks for your main site to avoid namespace issues. This does not look very neat.
  2. Multisite network admin UI gives you option to switch from one instance to another as shown here:
    wordpress-multisite-my-sitesSo in some ways it keeps both instances pretty separate. It also uses different tables for storage for various instances.wordpress-multisite-tables
  3. Multisite network’s main advantage seems to user management as you don’t need to add users to multiple wordpress instances. You can manage them centrally.
  4. WordPress seems to be supporting plugins applicable to all sites as well as plugins for individual sites. I suspect it can lead to maintenance complexities.

 

Verdict:

I did not really find any significant benefit in multisite network installation for maintaining few sites. With independent installations approach maintenance may be easier. Moreover if one site is down for some reason, other may still be up. Overall I think it may be better to go with independent installation approach if number of sites is small. If you are managing a large number of sites, then the answer may be different.

Suggested posts:

  1. Using camtasia to generate screencast video on your computer
  2. WordPress – how to add filter to description meta tag
  3. How to automate wordpress sandbox setup on Linux
  4. How to debug :hover in Chrome
  5. Find which process is listening on a port on Linux
  6. Online tools to create comic strips
  7. How to customize wordpress rss feed
  8. How to log page latency and url host in apache log
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Tutorials, Wordpress, Wordpress How To
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress