SlideShare a Scribd company logo
Worcamp2012 make a wordpress multisite in 20mins
Make a
WordPress Multisite in
     20 mins
About Me
Chandra Prakash Thapa
Project Manager/ Developer E-Port International
   @cpthapa
What is WordPress Multisite?

The ability to create a
 network of websites
 from one wordpress
    installation that
         shares
 themes, plugins and
         users.
Why use Multisite?
• Run unlimited website from one web account
  and one database.
Why use Multisite?
• To share themes, plugins and users across the
  network.
Why use Multisite?
• Manage
  multiple
  websites
  from one
  dashboard
  .
Why use Multisite?
• Save time upgrading multiple sites with one
  action.
Who are using?



• WordPress.com
Who are using?

• Edublogs.com




                      • Wall Street
                        Journal Blog
History

WordPress Standard WordPress Multisite
WordPress 3.0
• WordPress 3.0 = Standard + Multisite
Types of multisite
Subdomain                      Subdirectory
http:// site.yourdomain.com/   http:// yourdomain.com/site

Requires wildcard              Requires no additional
DNS. (*.yourdomain.com)        configuration.
Search engine rank as Search engine rank as
separate URL.         part of main domain.
Setting up Multisite
• In wp-config.php




• Refresh dashboard and click on network setup
Click Install to setup    Network Title
                          Admin e-mail address
Worcamp2012 make a wordpress multisite in 20mins
Step1.
     Add following to your wp-config.php
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
$base = '/';
define('DOMAIN_CURRENT_SITE', ‘yourdomain.com’);
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

Above /* that’s all stop editing..
Creating subdomain with ‘*’ will create wildcard domain.
*.yourdomain.com
Step2.
    Replace your current .htaccess file
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]

# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]
Step 3.
Create blogs.dir directory inside
       wp-content folder.
LOG-in Back


  That’s it! You’re Done
Your new network
Network Admin Panel
Network
Users / Admins / Super Admins
Network Settings
Editing Network Site
SuperAdmin Controls Plugins
Plugins for WordPress MS
• WordPress MU domain mapping
  This plugin allows users of a WordPress 3.0 network to map their blog/site to another
  domain or top level domain.
  http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/

• WordPress MU Sitewide Tags Pages
  A central area where all the posts on a WordPress MU or WordPress MS site can
  be collected.
  http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/
Reference…
• http://codex.wordpress.org/Create_A_Network

• http://mashable.com/2012/07/26/beginner-guide-wordpress-
  multisite/

• http://wp.tutsplus.com/tutorials/using-wordpress-multisite-a-
  network-of-websites-at-your-fingertips/
Questions?

More Related Content

What's hot (20)

PPT
Local Drupal MultiSite Set-up
Manuel Felix G. Abejo Jr.
 
DOCX
How to install wordpress on wampserver
shreyakp
 
PPT
WordPress MU 101
Pete Mall
 
ODP
Drupal Multi-site for Fun and Profit
Emma Jane Hogbin Westby
 
PPSX
Cms drupal installation & configuration anil mishra
Anil Mishra
 
PPT
WordPress 3.0 MultiSite Features
Pete Mall
 
PPT
Drupal Installation & Configuration
Anil Mishra
 
PPTX
Php basics
Egerton University
 
PDF
The wp config.php
Anthony Montalbano
 
PPTX
Presentation to SAIT Students - Dec 2013
Think Media Inc.
 
PDF
Installing & Setting Up WordPress
Gravitational FX
 
PDF
Getting Started with WP-CLI, a tool to automate your life
AJ Morris
 
PPTX
Ch7(publishing my sql data on the web)
Chhom Karath
 
KEY
Drupal on your laptop
Sam Moore
 
PDF
Sanjip Shah: Internationalizing and Localizing WordPress Themes
wpnepal
 
PDF
Installing And Configuration for your Wordpress blog
igorgentry
 
PPTX
TriDUG WebFM Presentation
cgmonroe
 
ODP
Domain Access Module
Ryan Cross
 
PDF
JSON REST API for WordPress
Taylor Lovett
 
PPT
Apache web server installation/configuration, Virtual Hosting
webhostingguy
 
Local Drupal MultiSite Set-up
Manuel Felix G. Abejo Jr.
 
How to install wordpress on wampserver
shreyakp
 
WordPress MU 101
Pete Mall
 
Drupal Multi-site for Fun and Profit
Emma Jane Hogbin Westby
 
Cms drupal installation & configuration anil mishra
Anil Mishra
 
WordPress 3.0 MultiSite Features
Pete Mall
 
Drupal Installation & Configuration
Anil Mishra
 
Php basics
Egerton University
 
The wp config.php
Anthony Montalbano
 
Presentation to SAIT Students - Dec 2013
Think Media Inc.
 
Installing & Setting Up WordPress
Gravitational FX
 
Getting Started with WP-CLI, a tool to automate your life
AJ Morris
 
Ch7(publishing my sql data on the web)
Chhom Karath
 
Drupal on your laptop
Sam Moore
 
Sanjip Shah: Internationalizing and Localizing WordPress Themes
wpnepal
 
Installing And Configuration for your Wordpress blog
igorgentry
 
TriDUG WebFM Presentation
cgmonroe
 
Domain Access Module
Ryan Cross
 
JSON REST API for WordPress
Taylor Lovett
 
Apache web server installation/configuration, Virtual Hosting
webhostingguy
 

Similar to Worcamp2012 make a wordpress multisite in 20mins (20)

PDF
Wp3 refresh pgh
MrDirby
 
PPT
WordPress Multisite
Brad Williams
 
PDF
WordPress and The Command Line
Kelly Dwan
 
PPT
Creating Local WordPress Installs
mcgaritydotme
 
PPT
Developing formultisite
Marty Thornley
 
PPTX
WordPress Multisite deck
belsien
 
PPT
WordPress Multisite at WordCamp Columbus by Angie Meeker
Angela Meeker
 
PDF
[Bristol WordPress] Supercharging WordPress Development
Adam Tomat
 
PPTX
Word Press As A Cms
Justin Sisley
 
KEY
Exploring WordPress Multisite
Lisa Sabin-Wilson
 
PPTX
Building drupal web farms with IIS - part 1
Alessandro Pilotti
 
PDF
Cloud Automation with Opscode Chef
Sri Ram
 
PDF
WordPress At Scale. WordCamp Dhaka 2019
Anam Ahmed
 
PDF
Intro to WordPress Plugin Development
Brad Williams
 
PPTX
Take Command of WordPress With WP-CLI
Diana Thompson
 
PPT
Hardcore URL Routing for WordPress - WordCamp Atlanta 2014 (PPT)
Mike Schinkel
 
PPTX
Hardening WordPress Security
Mattia Piovano
 
PDF
An Introduction to Tornado
Gavin Roy
 
PPTX
Moving from Wordpress.com to Wordpress.org - Wordcamp Toronto 2011
Georgiana Laudi
 
PPTX
Introduction to Plugin Programming, WordCamp Miami 2011
David Carr
 
Wp3 refresh pgh
MrDirby
 
WordPress Multisite
Brad Williams
 
WordPress and The Command Line
Kelly Dwan
 
Creating Local WordPress Installs
mcgaritydotme
 
Developing formultisite
Marty Thornley
 
WordPress Multisite deck
belsien
 
WordPress Multisite at WordCamp Columbus by Angie Meeker
Angela Meeker
 
[Bristol WordPress] Supercharging WordPress Development
Adam Tomat
 
Word Press As A Cms
Justin Sisley
 
Exploring WordPress Multisite
Lisa Sabin-Wilson
 
Building drupal web farms with IIS - part 1
Alessandro Pilotti
 
Cloud Automation with Opscode Chef
Sri Ram
 
WordPress At Scale. WordCamp Dhaka 2019
Anam Ahmed
 
Intro to WordPress Plugin Development
Brad Williams
 
Take Command of WordPress With WP-CLI
Diana Thompson
 
Hardcore URL Routing for WordPress - WordCamp Atlanta 2014 (PPT)
Mike Schinkel
 
Hardening WordPress Security
Mattia Piovano
 
An Introduction to Tornado
Gavin Roy
 
Moving from Wordpress.com to Wordpress.org - Wordcamp Toronto 2011
Georgiana Laudi
 
Introduction to Plugin Programming, WordCamp Miami 2011
David Carr
 
Ad

Worcamp2012 make a wordpress multisite in 20mins