3.9 breaks multisite

Probably this issue: Multisite subdirectory install breaks if network path has uppercase letters. https://core.trac.wordpress.org/ticket/27866

Prevent multisite sites from using a plugin

Multisite is setup to do this by default. If you simply install the plugin without ‘network activating’ it, you are able to limit the use to any single site in the network. To do this, you must be logged in with an account with super-admin rights. Install the plugin on the single-site dashboard > plugins; … Read more

How to Set up a Multisite WordPress?

As you probably already know. Since WordPress 3.0 Multi-Site functionality has been included by default as the WordPress MU project has been merged into the WordPress 3.0 core. In regards to the initial setup, it might take a little bit of work if you are not familiar with php coding but what I can tell … Read more

What is the most comprehensive backup plugin for WordPress (it does not have to be free)? [closed]

Since you guys haven’t mentioned it yet then i’ll have to BackWPup a free site and database backup plugin packed with features and easy to configure Database Backup WordPress XML Export Optimize Database Check\Repair Database File Backup Backups in zip,tar,tar.gz,tar.bz2 format Store backup to Folder Store backup to FTP Server Store backup to Amazon S3 … Read more

NGINX Multisite Rewrite rules

The Nginx Multisite method outlined below has been tested and will work for subdomain Multisite installs and will also work with the domain mapping plugin. To simplify the process of making future changes the server files are organized into 3 separate files. The first is nginx.conf which holds the basic configuration and tells the server … Read more

Multisite installation combining subdomains and subdirectories

If the subdomains are just for looks and don’t actually impact data. Then have all subdomains point to the same place, install the domain mapping plugin: http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/ That may help. Alternatively you could just setup manual aliases to the main domain and as long as they all point to the exact same spot and you … Read more

Multiple domain names under one WordPress Installation

You need the following: 1) Enable WordPress Multisite in your main domain The Ultimate WordPress Multi Site Network Management Guide (tutorial) Multisite Rationale (case study, tips, tools) 2) Install the plugin WordPress MU Domain Mapping Multisite Domain Mapping Tutorial Here’s a workaround to make Domain Mapping work in GoDaddy and Dreamhost shared hosting (may apply … Read more