Multisite setup on IIS with subdomains

I finally figure it out. I was missing a binding on my main WordPress site in IIS. I needed to add one for the sub-site, in this case child.example.com, specifying the same IP. After doing that I could successfully browse to the sub-site. Presumably when IIS can’t find any matching binding for the given host … Read more

Accessing multiple sites via FTP

You don’t need to get to the /sitename sub-directory. You install the theme in the themes sub-directory, and enable it for all sites. WPMU doesn’t have an out-of-the-box capability to enable a theme for one site only, but I there might be plugins that give that functionality.

Multisite plugin hiding on specific blogs

Super Admin is your friend! If a plugin is not active in the Super Admin (also lamely named Network Admin) Then it won’t show up as an option for individual blogs. It basically works like this: Installed as Super Admin (main site) and “Network Active” will be active on all blogs on the network. Installed … Read more

Disable domain redirect

Check your .htaccess file, it has to look like this: RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] And wp-config.php has … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)