SlideShare a Scribd company logo
1 of 22
Download to read offline
Privacy - Terms
You are landed on the right page if you are willing to set up and install
WordPress multisite network to build multiple websites on the same WordPress
installation.
It is most widely used by large organizations, educational institutes, or any
business where you need to run all websites separately under a single
dashboard.
In this guide, I will let you know a step-by-step guide with screenshots to show
you how to install and set up WordPress multisite network.
Table of contents:
Introduction to WordPress Multisite Network


0
0

 
 

0
0
What is WordPress Multisite Network?
1
What are the Main Advantages of a WordPress multisite network?
2
What are the Disadvantages of a WordPress multisite network?
3
7 min read
WordPress Multisite Network: How to
install & setup it?
💬 Chat with us
WordPress Multisite Installation & Set up
WordPress Multisite Configuration Settings
Setting up New Sites, Themes, and Plugins
What is WordPress Multisite Network?
Why Is it used for?
4
WordPress Multisite Network Requirements
1
Choose a domain structure for WordPress multisite network
2
How to set up subdomains
3
Setup Custom Domain for each website in your multisite network
4
Enable WordPress Multisite Network Feature
5
How To Setup WordPress Multisite Network
6
Configure Network Setting
1
Open WordPress Multisite Network for Registrations
2
New Site Settings
3
Change Upload Settings
4
Plugin Menu Setting
5
How to Add New Sites to your Network?
1
How to add Themes to Multisite Network?
2
How to add Plugins to Multisite Network?
3
As the name indicates, WordPress multisite Network runs and manages multiple
websites using a single WordPress installation. You can manage all of your
websites with a single username and password. It has advanced settings to
manage your websites from a single dashboard.
What are the Main Advantages of a WordPress multisite network?
In most situations, a WordPress multisite network is one of the best
approaches to manage all of your websites using a single dashboard. Following
are the main advantages:
What are the Disadvantages of a WordPress multisite network?
WordPress Multisite Network has many disadvantages that you should consider
before setting up your network:
As a network admin, you can manage multiple websites under a single
dashboard
1
Each site also has separate admin panels to manage a single website
2
Install multiple plugins/themes and activate them for all websites with a
single download
3
Make it easier to update all your websites’ plugins, themes etc., on one
“master” install.
4
All websites share the same resources that mean if your network is down,
all sites go down.
1
In the beginning, it was not easy to manage traffic and hosting server
resources because if you got unexpected traffic on a single website, it
2
Why Is it used for?
Following are the scenarios when multisite makes sense:
WordPress Multisite Network Requirements
All websites you will publish on a single dashboard using a multisite network will
share the same server resources. That indicates you should choose a good
WordPress Hosting to keep your sites active and running with high speed.
would affect all other websites on the network.
If a single website on your network is hacked, it means all of your websites
are hacked.
3
Few plugins may not function in a multisite environment.
4
WordPress multisite is not supported by all web hosting providers, but
Temok supports it.
5
Any website with multiple sections managed by different teams
1
A corporate business website with sub-branches on different locations
2
Government or big organizations who use multisite for several departments
or locations
3
A Network of blogs or informational websites published on multiple
subdomains
4
Educational institutes allow students to create assignment blogs on a
college server
5
If you have a couple of websites with low traffic, you can go with Linux shared
web hosting and increase the hosting resources in the future. When your sites
grow, you need a VPS or dedicated server to manage them efficiently.
Choose a domain structure for your multisite network
You have two options: either use subdirectories or subdomains for this purpose.
Sub-directory:
http://example.com/website1
Subdomain:
http://website1.exmaple.com
How to Setup Subdomains
Login to your cPanel account, search the subdomain and open it.
Create a subdomain as shown below in the screenshot:
Setup Custom Domain for each website in your multisite network
First, you have to change DNS servers if you have purchased your domain
names from another provider. There is no need to worry about it if you bought
the domain and hosting from a single provider such as Temok.
Enable WordPress Multisite Network Feature
Install WordPress as you do for a single website and enable the multisite
feature. However, you can also enable it in the existing WordPress website. But
if you want to enable this feature in the existing website, don’t forget to take
the complete backup of your website.
Open cPanel or FRP client and edit wp-config.php file.
Add the given line before the /* That’s all, stop editing! Happy blogging. */ line.
Save this file and upload it back to the server if you use an FTP client. This line
will enable the WordPress multisite feature.
How To Setup WordPress Multisite Network
Deactivate all of your installed plugins. Go to Plugins > Installed Plugins and
select all plugins. Choose deactivate from the dropdown menu and then click on
the apply button.
1
2
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
Open Network Setup under Tools to proceed further.
Make sure that you have installed Apache’s mod_rewrite module. Please ask
your hosting provider to install this module on your web hosting server if you are
unsure. Enter admin email and Network title and click on the install button as
shown above.
WordPress will show you some code to add to your wp-config.php and
.htaccess file.
Add this code into wp-config.php file:
1
2
3
4
5
6
7
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
define( 'DOMAIN_CURRENT_SITE', 'multisite-test.cp13-nl.temok.com' );
define( 'PATH_CURRENT_SITE', '/wp/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
 
Add this code into .htaccess file:
After adding this code, save these files and re-login to your WordPress website.
Configure Network Setting
Click on the Network admin, navigate to the Dashboard, add new sites and
configure other settings.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /wp/
RewriteRule ^index.php$ - [L]
 
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
 
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
 
Here, you will see two dashboard widgets to create a New Site and add New
Users.
Under the admin sidebar, click on the “Settings” link and set the site title and
admin email.
Open WordPress Multisite Network for Registrations
By default, both user and site registrations are disabled in your network.
However, you can choose to open your website for new registrations, allow new
users to create a new website or allow both of them.
Check the box next to the “Registration Notification” option to receive email
notifications whenever a new user is registered on your website.
Moreover, If you want to permit individual website admins to add new users to
their websites, you can select the option next to the “Add New Users” option.
New Site Settings
The “New Site Settings” will let you configure default settings and options for
new sites created on your WordPress multisite network. You can set welcome
email and the content you want to display for the first default post, page and
comments in these settings.
Change Upload Settings
It is recommended to keep an eye on resource utilization by changing the upload
setting and limiting the total space a website can use for uploads. By default, it
is 100MB for each website, and they can upload files within this specified range.
You can change it according to your hosting server’s disk space or any specific
requirements.
There are many default file types for images, videos, music and pdf files. You
can add or remove file types as per your specific requirements.
Plugin Menu Setting
You can also change menu settings and enable the admin menu for the plugins
section on your websites. When you enable it, every admin on your network will
be able to enable or disable a plugin on their websites. However, they will not be
able to install new plugins.
When you have made all the configuration changes, click on the “Save Changes”
button at the bottom of your page.
How to Add New Sites to your Network?
The process is quite simple. Click on the “Sites” from “Network Admin”, as
shown below in the screenshot. You will see all of your websites available on
your multisite installation. You can add a new website by clicking on the “Add
New” button.
Enter the site address that you want to be a part of the administrator’s
subdomain, title, and email address.
Admin will receive an email containing a link to set a new password and log in.
How to add Themes and Plugins to Multisite Network?
If you can’t change default settings, then an admin of an individual website
available on your network will not install themes and plugins on their website.
Install Themes On Your Multisite Network
Go to My Sites > Network Admin > Themes to open the WordPress themes
page. Here, you will see a list of installed themes on this network, so it should
be easier to make a theme available to other sites by clicking on the “Network
Enable” option under that particular theme. Vice versa, you can disable a theme
by clicking on the disable link under the theme. It will be only available if the
theme is enabled.
Click on the “Add New” button to add a new theme to your network. If installed,
you can make it available to all other sites on WordPress multisite network with
the “Network Enable” option.
Install Plugins on your Multisite Network
Visit My Sites > Network Admin > Plugins to install new plugins, activation or
deactivation for the network. If a plugin is installed, you will see a link named
“Network Activate” below each plugin to activate it on your whole network.
Show Comments


0
0

 
 

0
0

0
Get started
Services
Managed Dedicated Servers
Managed DigitalOcean Cloud
Managed Magento Cloud
Managed Amazon Cloud (AWS)
Managed PHP Cloud
Managed Laravel Cloud
Managed Drupal Cloud
Managed Joomla Cloud
Managed Prestashop Cloud
Managed WooCommerce Cloud
Managed WordPress Cloud
Linux Shared Hosting
Windows Shared Hosting
Want to Start Hosting on the Cloud or Looking for the Managed
Dedicated Servers ? You are on the right Place .....
••
••
••
••
••
••
••
••
••
••
••
••
••
Linux Reseller Hosting
Linux SEO Hosting
Domains
Linux Virtual Private Server (VPS)
Windows Virtual Private Server (VPS)
SEO RDP/VPS
Proxies
VPN
SSL
Company
About Us
Contact Us
Privacy Policy
Terms & Conditions
Service Level Agreement
DMCA
Acceptable Use Policy
Blog
Affiliates
Newsletter
Sign up for special offers:
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
••
Subscribe
Copyright TEMOK 2021.
All Rights Reserved.

More Related Content

Similar to Word press multisite network how to install & setup it

Utsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisiteUtsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisitewpnepal
 
15 ways to improve your word press website performance in 30 minutes
15 ways to improve your word press website performance in 30 minutes 15 ways to improve your word press website performance in 30 minutes
15 ways to improve your word press website performance in 30 minutes World Web Technology Pvt Ltd
 
How to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialHow to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialMarshall Reyher
 
Introduction to WordPress Multisite
Introduction to WordPress MultisiteIntroduction to WordPress Multisite
Introduction to WordPress MultisiteJeremy Pry
 
Top Plugins for WordPress multisite
Top Plugins for WordPress multisiteTop Plugins for WordPress multisite
Top Plugins for WordPress multisiteAndrea Rennick
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop Ella J Designs
 
Gotta have vs must use plugins for WordPress multisite
Gotta have vs must use plugins for WordPress multisiteGotta have vs must use plugins for WordPress multisite
Gotta have vs must use plugins for WordPress multisiterfair404
 
WordPress for beginners lesson 4 fall2015 JALC
WordPress for beginners lesson 4 fall2015 JALCWordPress for beginners lesson 4 fall2015 JALC
WordPress for beginners lesson 4 fall2015 JALCMichele Butcher-Jones
 
Developing formultisite
Developing formultisiteDeveloping formultisite
Developing formultisiteMarty Thornley
 
WordPress MU 101
WordPress MU 101WordPress MU 101
WordPress MU 101Pete Mall
 
Wordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook FreeWordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook Freehuutienmmo
 
WordPress Resources Nov 2014
WordPress Resources Nov 2014WordPress Resources Nov 2014
WordPress Resources Nov 2014Judy Wilson
 
26. 10 important things to do after creating a word press blog
26. 10 important things to do after creating a word press blog26. 10 important things to do after creating a word press blog
26. 10 important things to do after creating a word press blogTotal Passive Income
 
Make WordPress Faster with W3 Total Cache & Cloudflare
Make WordPress Faster with W3 Total Cache & CloudflareMake WordPress Faster with W3 Total Cache & Cloudflare
Make WordPress Faster with W3 Total Cache & CloudflareMarshall Reyher
 

Similar to Word press multisite network how to install & setup it (20)

Utsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisiteUtsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
 
15 ways to improve your word press website performance in 30 minutes
15 ways to improve your word press website performance in 30 minutes 15 ways to improve your word press website performance in 30 minutes
15 ways to improve your word press website performance in 30 minutes
 
How to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialHow to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorial
 
Introduction to WordPress Multisite
Introduction to WordPress MultisiteIntroduction to WordPress Multisite
Introduction to WordPress Multisite
 
Top Plugins for WordPress multisite
Top Plugins for WordPress multisiteTop Plugins for WordPress multisite
Top Plugins for WordPress multisite
 
Savannah
SavannahSavannah
Savannah
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop
 
937079
937079937079
937079
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Gotta have vs must use plugins for WordPress multisite
Gotta have vs must use plugins for WordPress multisiteGotta have vs must use plugins for WordPress multisite
Gotta have vs must use plugins for WordPress multisite
 
Wordpress
WordpressWordpress
Wordpress
 
WordPress for beginners lesson 4 fall2015 JALC
WordPress for beginners lesson 4 fall2015 JALCWordPress for beginners lesson 4 fall2015 JALC
WordPress for beginners lesson 4 fall2015 JALC
 
Developing formultisite
Developing formultisiteDeveloping formultisite
Developing formultisite
 
WordPress MU 101
WordPress MU 101WordPress MU 101
WordPress MU 101
 
Wordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook FreeWordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook Free
 
WordPress Resources Nov 2014
WordPress Resources Nov 2014WordPress Resources Nov 2014
WordPress Resources Nov 2014
 
26. 10 important things to do after creating a word press blog
26. 10 important things to do after creating a word press blog26. 10 important things to do after creating a word press blog
26. 10 important things to do after creating a word press blog
 
Make WordPress Faster with W3 Total Cache & Cloudflare
Make WordPress Faster with W3 Total Cache & CloudflareMake WordPress Faster with W3 Total Cache & Cloudflare
Make WordPress Faster with W3 Total Cache & Cloudflare
 
Wordpress multisite
Wordpress multisiteWordpress multisite
Wordpress multisite
 
Installation 02 (wp)
Installation 02 (wp)Installation 02 (wp)
Installation 02 (wp)
 

More from Temok IT Services

what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfTemok IT Services
 
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdfwhat-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdfTemok IT Services
 
top-9-web-hosting-trends-and-how-they-affect-your-business.pdf
top-9-web-hosting-trends-and-how-they-affect-your-business.pdftop-9-web-hosting-trends-and-how-they-affect-your-business.pdf
top-9-web-hosting-trends-and-how-they-affect-your-business.pdfTemok IT Services
 
Computing power technology – an overview.pdf
Computing power technology – an overview.pdfComputing power technology – an overview.pdf
Computing power technology – an overview.pdfTemok IT Services
 
Hosted VS Cloud Services key Differences; How Does It Work.pdf
Hosted VS Cloud Services key Differences; How Does It Work.pdfHosted VS Cloud Services key Differences; How Does It Work.pdf
Hosted VS Cloud Services key Differences; How Does It Work.pdfTemok IT Services
 
35+ Frequently Asked UX Interview Questions In 2022.pdf
35+ Frequently Asked UX Interview Questions In 2022.pdf35+ Frequently Asked UX Interview Questions In 2022.pdf
35+ Frequently Asked UX Interview Questions In 2022.pdfTemok IT Services
 
8 Digital Marketing Tools used by Experts In 2022.pdf
8 Digital Marketing Tools used by Experts In 2022.pdf8 Digital Marketing Tools used by Experts In 2022.pdf
8 Digital Marketing Tools used by Experts In 2022.pdfTemok IT Services
 
how-to-make-money-with-nft.pdf
how-to-make-money-with-nft.pdfhow-to-make-money-with-nft.pdf
how-to-make-money-with-nft.pdfTemok IT Services
 
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdfLearn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdfTemok IT Services
 
Key Differences Between Node JS vs JavaScript.pdf
Key Differences Between Node JS vs JavaScript.pdfKey Differences Between Node JS vs JavaScript.pdf
Key Differences Between Node JS vs JavaScript.pdfTemok IT Services
 
Web Server VS Application Server Understanding The Differences.pdf
Web Server VS Application Server  Understanding The Differences.pdfWeb Server VS Application Server  Understanding The Differences.pdf
Web Server VS Application Server Understanding The Differences.pdfTemok IT Services
 
Django vs Laravel Which Backend Framework is Better & Why.pdf
Django vs Laravel Which Backend Framework is Better & Why.pdfDjango vs Laravel Which Backend Framework is Better & Why.pdf
Django vs Laravel Which Backend Framework is Better & Why.pdfTemok IT Services
 
IPv4 vs IPv6 Know the Difference Between Two IP Versions.pdf
IPv4 vs IPv6  Know the Difference Between Two IP Versions.pdfIPv4 vs IPv6  Know the Difference Between Two IP Versions.pdf
IPv4 vs IPv6 Know the Difference Between Two IP Versions.pdfTemok IT Services
 
50 most commonly asked windows server interview questions
50 most commonly asked windows server interview questions50 most commonly asked windows server interview questions
50 most commonly asked windows server interview questionsTemok IT Services
 
Is ruby on rails dead or still good choice for building apps
Is ruby on rails dead or still good choice for building appsIs ruby on rails dead or still good choice for building apps
Is ruby on rails dead or still good choice for building appsTemok IT Services
 
Facebook reels a new revenue model for creators
Facebook reels a new revenue model for creatorsFacebook reels a new revenue model for creators
Facebook reels a new revenue model for creatorsTemok IT Services
 
What is desktop virtualization and how does it work
What is desktop virtualization and how does it workWhat is desktop virtualization and how does it work
What is desktop virtualization and how does it workTemok IT Services
 
What is private dns & how to use it on i phone, android & laptop
What is private dns & how to use it on i phone, android & laptopWhat is private dns & how to use it on i phone, android & laptop
What is private dns & how to use it on i phone, android & laptopTemok IT Services
 
10 server security hacks to secure your web servers
10 server security hacks to secure your web servers10 server security hacks to secure your web servers
10 server security hacks to secure your web serversTemok IT Services
 

More from Temok IT Services (20)

what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
 
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdfwhat-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
what-is-datafication-and-why-is-it-the-future-of-business-in-2023.pdf
 
top-9-web-hosting-trends-and-how-they-affect-your-business.pdf
top-9-web-hosting-trends-and-how-they-affect-your-business.pdftop-9-web-hosting-trends-and-how-they-affect-your-business.pdf
top-9-web-hosting-trends-and-how-they-affect-your-business.pdf
 
Computing power technology – an overview.pdf
Computing power technology – an overview.pdfComputing power technology – an overview.pdf
Computing power technology – an overview.pdf
 
Hosted VS Cloud Services key Differences; How Does It Work.pdf
Hosted VS Cloud Services key Differences; How Does It Work.pdfHosted VS Cloud Services key Differences; How Does It Work.pdf
Hosted VS Cloud Services key Differences; How Does It Work.pdf
 
35+ Frequently Asked UX Interview Questions In 2022.pdf
35+ Frequently Asked UX Interview Questions In 2022.pdf35+ Frequently Asked UX Interview Questions In 2022.pdf
35+ Frequently Asked UX Interview Questions In 2022.pdf
 
8 Digital Marketing Tools used by Experts In 2022.pdf
8 Digital Marketing Tools used by Experts In 2022.pdf8 Digital Marketing Tools used by Experts In 2022.pdf
8 Digital Marketing Tools used by Experts In 2022.pdf
 
how-to-make-money-with-nft.pdf
how-to-make-money-with-nft.pdfhow-to-make-money-with-nft.pdf
how-to-make-money-with-nft.pdf
 
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdfLearn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
 
Key Differences Between Node JS vs JavaScript.pdf
Key Differences Between Node JS vs JavaScript.pdfKey Differences Between Node JS vs JavaScript.pdf
Key Differences Between Node JS vs JavaScript.pdf
 
Web Server VS Application Server Understanding The Differences.pdf
Web Server VS Application Server  Understanding The Differences.pdfWeb Server VS Application Server  Understanding The Differences.pdf
Web Server VS Application Server Understanding The Differences.pdf
 
Django vs Laravel Which Backend Framework is Better & Why.pdf
Django vs Laravel Which Backend Framework is Better & Why.pdfDjango vs Laravel Which Backend Framework is Better & Why.pdf
Django vs Laravel Which Backend Framework is Better & Why.pdf
 
IPv4 vs IPv6 Know the Difference Between Two IP Versions.pdf
IPv4 vs IPv6  Know the Difference Between Two IP Versions.pdfIPv4 vs IPv6  Know the Difference Between Two IP Versions.pdf
IPv4 vs IPv6 Know the Difference Between Two IP Versions.pdf
 
50 most commonly asked windows server interview questions
50 most commonly asked windows server interview questions50 most commonly asked windows server interview questions
50 most commonly asked windows server interview questions
 
Best video-search-engines
Best video-search-enginesBest video-search-engines
Best video-search-engines
 
Is ruby on rails dead or still good choice for building apps
Is ruby on rails dead or still good choice for building appsIs ruby on rails dead or still good choice for building apps
Is ruby on rails dead or still good choice for building apps
 
Facebook reels a new revenue model for creators
Facebook reels a new revenue model for creatorsFacebook reels a new revenue model for creators
Facebook reels a new revenue model for creators
 
What is desktop virtualization and how does it work
What is desktop virtualization and how does it workWhat is desktop virtualization and how does it work
What is desktop virtualization and how does it work
 
What is private dns & how to use it on i phone, android & laptop
What is private dns & how to use it on i phone, android & laptopWhat is private dns & how to use it on i phone, android & laptop
What is private dns & how to use it on i phone, android & laptop
 
10 server security hacks to secure your web servers
10 server security hacks to secure your web servers10 server security hacks to secure your web servers
10 server security hacks to secure your web servers
 

Recently uploaded

Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...
Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...
Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...Goa Call Girls Service Goa escort agency
 
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579diyaspanoida
 
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe NoidaDelhi Escorts Service
 
DIGHA CALL GIRL 92628/1154 DIGHA CALL GI
DIGHA CALL GIRL 92628/1154 DIGHA CALL GIDIGHA CALL GIRL 92628/1154 DIGHA CALL GI
DIGHA CALL GIRL 92628/1154 DIGHA CALL GINiteshKumar82226
 
Call US Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...
Call US  Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...Call US  Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...
Call US Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...Pooja Nehwal
 
SURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL GSURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL GNiteshKumar82226
 
BHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALLBHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALLNiteshKumar82226
 
💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋Sheetaleventcompany
 
ENJOY Call Girls In Anand Niketan Delhi Call 8826158885
ENJOY Call Girls In Anand Niketan Delhi Call 8826158885ENJOY Call Girls In Anand Niketan Delhi Call 8826158885
ENJOY Call Girls In Anand Niketan Delhi Call 8826158885teencall080
 
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...riyaescorts54
 
NASHIK CALL GIRL 92628*71154 NASHIK CALL
NASHIK CALL GIRL 92628*71154 NASHIK CALLNASHIK CALL GIRL 92628*71154 NASHIK CALL
NASHIK CALL GIRL 92628*71154 NASHIK CALLNiteshKumar82226
 
MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154NiteshKumar82226
 
Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...
Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...
Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...aakahthapa70
 
Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...
Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...
Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...aakahthapa70
 
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝thapagita
 
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.riyadelhic riyadelhic
 
JABALPUR CALL GIRL 92628/71154 JABALPUR K
JABALPUR CALL GIRL 92628/71154 JABALPUR KJABALPUR CALL GIRL 92628/71154 JABALPUR K
JABALPUR CALL GIRL 92628/71154 JABALPUR KNiteshKumar82226
 

Recently uploaded (20)

Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...
Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...
Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...
 
Independent Call Girl Service In Goa 9316020077 Call Girl In Goa By Goa ...
Independent Call Girl Service In  Goa  9316020077 Call Girl In  Goa  By  Goa ...Independent Call Girl Service In  Goa  9316020077 Call Girl In  Goa  By  Goa ...
Independent Call Girl Service In Goa 9316020077 Call Girl In Goa By Goa ...
 
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
 
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
 
DIGHA CALL GIRL 92628/1154 DIGHA CALL GI
DIGHA CALL GIRL 92628/1154 DIGHA CALL GIDIGHA CALL GIRL 92628/1154 DIGHA CALL GI
DIGHA CALL GIRL 92628/1154 DIGHA CALL GI
 
9953056974 Call Girls In Ashok Nagar, Escorts (Delhi) NCR.
9953056974 Call Girls In Ashok Nagar, Escorts (Delhi) NCR.9953056974 Call Girls In Ashok Nagar, Escorts (Delhi) NCR.
9953056974 Call Girls In Ashok Nagar, Escorts (Delhi) NCR.
 
Call US Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...
Call US  Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...Call US  Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...
Call US Pooja📞 9892124323 ✅Call Girls In Mira Road ( Mumbai ) secure service...
 
SURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL GSURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL G
 
BHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALLBHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALL
 
💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋
💚😋Bangalore Escort Service Call Girls, ₹5000 To 25K With AC💚😋
 
Goa Call Girls 🥰 +91 9540619990 📍Service Girls In Goa
Goa Call Girls 🥰 +91 9540619990 📍Service Girls In GoaGoa Call Girls 🥰 +91 9540619990 📍Service Girls In Goa
Goa Call Girls 🥰 +91 9540619990 📍Service Girls In Goa
 
ENJOY Call Girls In Anand Niketan Delhi Call 8826158885
ENJOY Call Girls In Anand Niketan Delhi Call 8826158885ENJOY Call Girls In Anand Niketan Delhi Call 8826158885
ENJOY Call Girls In Anand Niketan Delhi Call 8826158885
 
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
 
NASHIK CALL GIRL 92628*71154 NASHIK CALL
NASHIK CALL GIRL 92628*71154 NASHIK CALLNASHIK CALL GIRL 92628*71154 NASHIK CALL
NASHIK CALL GIRL 92628*71154 NASHIK CALL
 
MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154
 
Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...
Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...
Call Girls In {{Connaught Place Delhi}}96679@38988 Indian Russian High Profil...
 
Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...
Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...
Call Girls In {{Laxmi Nagar Delhi}} 9667938988 Indian Russian High Profile Es...
 
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
 
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
 
JABALPUR CALL GIRL 92628/71154 JABALPUR K
JABALPUR CALL GIRL 92628/71154 JABALPUR KJABALPUR CALL GIRL 92628/71154 JABALPUR K
JABALPUR CALL GIRL 92628/71154 JABALPUR K
 

Word press multisite network how to install & setup it

  • 1. Privacy - Terms You are landed on the right page if you are willing to set up and install WordPress multisite network to build multiple websites on the same WordPress installation. It is most widely used by large organizations, educational institutes, or any business where you need to run all websites separately under a single dashboard. In this guide, I will let you know a step-by-step guide with screenshots to show you how to install and set up WordPress multisite network. Table of contents: Introduction to WordPress Multisite Network   0 0       0 0 What is WordPress Multisite Network? 1 What are the Main Advantages of a WordPress multisite network? 2 What are the Disadvantages of a WordPress multisite network? 3 7 min read WordPress Multisite Network: How to install & setup it? 💬 Chat with us
  • 2. WordPress Multisite Installation & Set up WordPress Multisite Configuration Settings Setting up New Sites, Themes, and Plugins What is WordPress Multisite Network? Why Is it used for? 4 WordPress Multisite Network Requirements 1 Choose a domain structure for WordPress multisite network 2 How to set up subdomains 3 Setup Custom Domain for each website in your multisite network 4 Enable WordPress Multisite Network Feature 5 How To Setup WordPress Multisite Network 6 Configure Network Setting 1 Open WordPress Multisite Network for Registrations 2 New Site Settings 3 Change Upload Settings 4 Plugin Menu Setting 5 How to Add New Sites to your Network? 1 How to add Themes to Multisite Network? 2 How to add Plugins to Multisite Network? 3
  • 3. As the name indicates, WordPress multisite Network runs and manages multiple websites using a single WordPress installation. You can manage all of your websites with a single username and password. It has advanced settings to manage your websites from a single dashboard. What are the Main Advantages of a WordPress multisite network? In most situations, a WordPress multisite network is one of the best approaches to manage all of your websites using a single dashboard. Following are the main advantages: What are the Disadvantages of a WordPress multisite network? WordPress Multisite Network has many disadvantages that you should consider before setting up your network: As a network admin, you can manage multiple websites under a single dashboard 1 Each site also has separate admin panels to manage a single website 2 Install multiple plugins/themes and activate them for all websites with a single download 3 Make it easier to update all your websites’ plugins, themes etc., on one “master” install. 4 All websites share the same resources that mean if your network is down, all sites go down. 1 In the beginning, it was not easy to manage traffic and hosting server resources because if you got unexpected traffic on a single website, it 2
  • 4. Why Is it used for? Following are the scenarios when multisite makes sense: WordPress Multisite Network Requirements All websites you will publish on a single dashboard using a multisite network will share the same server resources. That indicates you should choose a good WordPress Hosting to keep your sites active and running with high speed. would affect all other websites on the network. If a single website on your network is hacked, it means all of your websites are hacked. 3 Few plugins may not function in a multisite environment. 4 WordPress multisite is not supported by all web hosting providers, but Temok supports it. 5 Any website with multiple sections managed by different teams 1 A corporate business website with sub-branches on different locations 2 Government or big organizations who use multisite for several departments or locations 3 A Network of blogs or informational websites published on multiple subdomains 4 Educational institutes allow students to create assignment blogs on a college server 5
  • 5. If you have a couple of websites with low traffic, you can go with Linux shared web hosting and increase the hosting resources in the future. When your sites grow, you need a VPS or dedicated server to manage them efficiently. Choose a domain structure for your multisite network You have two options: either use subdirectories or subdomains for this purpose. Sub-directory: http://example.com/website1 Subdomain: http://website1.exmaple.com How to Setup Subdomains Login to your cPanel account, search the subdomain and open it.
  • 6. Create a subdomain as shown below in the screenshot:
  • 7. Setup Custom Domain for each website in your multisite network First, you have to change DNS servers if you have purchased your domain names from another provider. There is no need to worry about it if you bought the domain and hosting from a single provider such as Temok. Enable WordPress Multisite Network Feature Install WordPress as you do for a single website and enable the multisite feature. However, you can also enable it in the existing WordPress website. But if you want to enable this feature in the existing website, don’t forget to take the complete backup of your website. Open cPanel or FRP client and edit wp-config.php file. Add the given line before the /* That’s all, stop editing! Happy blogging. */ line.
  • 8. Save this file and upload it back to the server if you use an FTP client. This line will enable the WordPress multisite feature. How To Setup WordPress Multisite Network Deactivate all of your installed plugins. Go to Plugins > Installed Plugins and select all plugins. Choose deactivate from the dropdown menu and then click on the apply button. 1 2 /* Multisite */ define( 'WP_ALLOW_MULTISITE', true );
  • 9. Open Network Setup under Tools to proceed further.
  • 10. Make sure that you have installed Apache’s mod_rewrite module. Please ask your hosting provider to install this module on your web hosting server if you are unsure. Enter admin email and Network title and click on the install button as shown above. WordPress will show you some code to add to your wp-config.php and .htaccess file. Add this code into wp-config.php file: 1 2 3 4 5 6 7 define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); define( 'DOMAIN_CURRENT_SITE', 'multisite-test.cp13-nl.temok.com' ); define( 'PATH_CURRENT_SITE', '/wp/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );  
  • 11. Add this code into .htaccess file: After adding this code, save these files and re-login to your WordPress website. Configure Network Setting Click on the Network admin, navigate to the Dashboard, add new sites and configure other settings. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /wp/ RewriteRule ^index.php$ - [L]   # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]   RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L] RewriteRule . index.php [L]  
  • 12. Here, you will see two dashboard widgets to create a New Site and add New Users.
  • 13. Under the admin sidebar, click on the “Settings” link and set the site title and admin email.
  • 14. Open WordPress Multisite Network for Registrations By default, both user and site registrations are disabled in your network. However, you can choose to open your website for new registrations, allow new users to create a new website or allow both of them.
  • 15. Check the box next to the “Registration Notification” option to receive email notifications whenever a new user is registered on your website. Moreover, If you want to permit individual website admins to add new users to their websites, you can select the option next to the “Add New Users” option. New Site Settings The “New Site Settings” will let you configure default settings and options for new sites created on your WordPress multisite network. You can set welcome email and the content you want to display for the first default post, page and comments in these settings. Change Upload Settings
  • 16. It is recommended to keep an eye on resource utilization by changing the upload setting and limiting the total space a website can use for uploads. By default, it is 100MB for each website, and they can upload files within this specified range. You can change it according to your hosting server’s disk space or any specific requirements. There are many default file types for images, videos, music and pdf files. You can add or remove file types as per your specific requirements. Plugin Menu Setting You can also change menu settings and enable the admin menu for the plugins section on your websites. When you enable it, every admin on your network will be able to enable or disable a plugin on their websites. However, they will not be able to install new plugins. When you have made all the configuration changes, click on the “Save Changes” button at the bottom of your page. How to Add New Sites to your Network? The process is quite simple. Click on the “Sites” from “Network Admin”, as shown below in the screenshot. You will see all of your websites available on your multisite installation. You can add a new website by clicking on the “Add New” button.
  • 17. Enter the site address that you want to be a part of the administrator’s subdomain, title, and email address. Admin will receive an email containing a link to set a new password and log in. How to add Themes and Plugins to Multisite Network? If you can’t change default settings, then an admin of an individual website available on your network will not install themes and plugins on their website. Install Themes On Your Multisite Network Go to My Sites > Network Admin > Themes to open the WordPress themes page. Here, you will see a list of installed themes on this network, so it should be easier to make a theme available to other sites by clicking on the “Network Enable” option under that particular theme. Vice versa, you can disable a theme
  • 18. by clicking on the disable link under the theme. It will be only available if the theme is enabled. Click on the “Add New” button to add a new theme to your network. If installed, you can make it available to all other sites on WordPress multisite network with the “Network Enable” option. Install Plugins on your Multisite Network Visit My Sites > Network Admin > Plugins to install new plugins, activation or deactivation for the network. If a plugin is installed, you will see a link named “Network Activate” below each plugin to activate it on your whole network.
  • 20. Get started Services Managed Dedicated Servers Managed DigitalOcean Cloud Managed Magento Cloud Managed Amazon Cloud (AWS) Managed PHP Cloud Managed Laravel Cloud Managed Drupal Cloud Managed Joomla Cloud Managed Prestashop Cloud Managed WooCommerce Cloud Managed WordPress Cloud Linux Shared Hosting Windows Shared Hosting Want to Start Hosting on the Cloud or Looking for the Managed Dedicated Servers ? You are on the right Place ..... •• •• •• •• •• •• •• •• •• •• •• •• ••
  • 21. Linux Reseller Hosting Linux SEO Hosting Domains Linux Virtual Private Server (VPS) Windows Virtual Private Server (VPS) SEO RDP/VPS Proxies VPN SSL Company About Us Contact Us Privacy Policy Terms & Conditions Service Level Agreement DMCA Acceptable Use Policy Blog Affiliates Newsletter Sign up for special offers: •• •• •• •• •• •• •• •• •• •• •• •• •• •• •• •• •• ••