By daveodea
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!
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:
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.