Report this

What is the reason for this report?

Some advice on setting up a WordPress Multi Site install

Posted on December 19, 2014

I am looking to set up a WordPress multi site environment. I have WP installed already on a 2gb/2core droplet on Ubuntu 14.04. I have previously set up a WP multi site but can anyone give any advice/tips for the set up etc?

Thanks in advance, David



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I actually set mine up for my son & his classmates.

Simply put, create a vhost that has it something like this:

ServerName your.domain.com
ServerAlias *.your.domain.com # <-- This will be the multi-site bit

In DNS, make sure you have *.your.domain.com pointing to your server. Yes, DNS allows for wildcard domains.

Next: follow this guide:

Guide to Creating a Network

Finally:

as admin, install ONLY plugins you trust. Same goes for templates.

Sub-sites on multi-site installs cannot install plugins or themes, but can use all the ones you have installed. Inversely, they are not required to use a plugin or theme you have installed.

If you really want a well-rounded view of what is happening, I recommend Mika Epstein’s e-book on WordPress multi-sites: http://store.halfelf.org/ebooks/wordpress-multisite-101/

She is best when it comes to multisites

Thanks for the replies!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.