WP Multisite development with Mamp Pro and wildcard subdomains, not really working for me

I´m trying to set up a local development environment for me to work on a WordPress multisite that I´m building. I use Mamp Pro with default ports (Apache: 80, MySQL: 3306), and I also added a new host with the same domain name as the page will have when going live. So, now when I … Read more

Can a multisite’s blogs be accessible from two different sub-domains?

Quick Background: We have a single WordPress instance, with Multisite enabled, hosting three separate blogs. (blog.example.com/blog1, blog.example.com/blog2, blog.example.com/blog3). This multisite will be load balanced across a web tier of four servers, all accessing the same DB. I understand that blogs.dir will need to be synced across the web tier, so that media is present, no … Read more

Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?

I’ve been looking all over to find a solution for SSL with WordPress MultiSite and Domain Mapping. Ideally, I’d like to purchase an SSL cert for each domain (or potentially a wildcard cert) anyone have a solution that has worked for them. I’m fearing that I overlooked this detail and will now have to split … Read more

Prevent “main” WPMU site_url() being returned in functions

I’ve noticed that in a WordPress MU install with domain mapping enabled, some functions return URIs that don’t use the current WPMU site’s primary domain name which possibly means they are “WPMU Domain Mapped-ignorant functions” (a little harsh, I know). What can I do to ensure the primary domain of the current WPMU site is … Read more