I found a fix here: http://core.trac.wordpress.org/ticket/15936
You basically need to modify wp-includes/ms-settings.php like this (remove ‘-‘ lines; add the ‘+’ line):
@@ -26,18 +26,8 @@
if ( !isset( $current_site ) || !isset( $current_blog ) ) {
+ $_SERVER['HTTP_HOST'] = preg_replace( '|:\d+$|', '', $_SERVER['HTTP_HOST'] );
$domain = addslashes( $_SERVER['HTTP_HOST'] );
- if ( false !== strpos( $domain, ':' ) ) {
- ....
- wp_die( /*WP_I18N_NO_PORT_NUMBER*/'Multisite only works without the port number in the URL.'/*/WP_I18N_NO_PORT_NUMBER*/ );
- }
- }
Related Posts:
- Multisite Network Port Num Issues?
- How do I transition multiple installations to a single Multisite installation?
- WordPress Multisite with multiple domains using Nginx
- Generate WP-CLI @alias for each site on multisite
- Broken image multisite
- Testing Multisites with vagrant or Can I use multisite with only an IP address (without domain name)
- Hide root site in Multisite install
- Multiple Multisite networks on the same domain?
- Subdomain and subdirectories together in one installation
- Alias domain to Multi-site installation in Apache
- Multisite on Rackspace Cloud (ubuntu lucid)
- Does WordPress MultiSite use separate MySql databases?
- WordPress with Lan and Wan Access?
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- What are good approaches to routing some urls to a second WordPress install?
- 403 forbidden when changing settings on WP Multisite non-main sites
- Multisite on single wordpress
- How much resources are good enough for 3.9.2
- Problem with new Multisite Installation
- Problems with WordPress multisite directories/url structures and admin access after migration
- How to map domains to specific pages in WordPress and display them in the address bar?
- Run WordPress multisite from secondary volume on AWS EC2
- Why the sites dropdown in multi-site installation is different from the list of sites when seen full page?
- How to use same email for multiple users
- How do I remove/delete an old super admin user?
- How will self-hosted WordPress work with Google Page Speed Service?
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- Benefits or Problems for using Sub-Directory vs Sub-Domain install of WP Network
- What methods should be used to fend off splogs in a multiuser install? [closed]
- WordPress 3 Multisite using subdomains.- DNS on Cpanel question
- Removing My Sites menu from Admin
- Is there a wordpress function to cleanly delete an entry in the signups table?
- Multisite with path, how to change the main site
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- How to automatically register widgets on new blog?
- Multisite configuration fails with css/js files
- Multisite – Redirect All Users to Subsite Home Page on Subsite Login
- WPMU Hook for archive or deactivate blog?
- 500 error when using virtual host
- Favicon plugin for WordPress running in network mode (multisite)? [closed]
- WordPress Multisite with VVV
- WordPress multisite,one theme,and different languages?
- Removing /blog/ from multisites cause infinite redirection
- Has anyone seen a ‘visual anatomy’ type graphic of the Buddypress plugin?
- How to configure DNS If I use the plugin yet-another-multi-site-manager?
- Problem in Internationalizing a plugin built for network level usage
- Custom rewrite rule sends 404 header on multisite
- WordPress multisite subdirectory on nginx behind reverse proxy
- Multiple WordPress Blogs on one host, using 1 WordPress installation, using multiple templates
- How to use the “domain_exists()” function
- Avoid having infinite loops
- WordPress Multisite/Network – How to use a subdomain as main blog and subdomain for child sites
- WPMU Development Environment
- turn single domain off
- WordPress Multilingual Theme using Multisite
- Multisite installation not in root – how to make live?
- How can I update dev links for a live site?
- Multisite – One user allowed access to all sites?
- Can’t view network plugins.php or upgrade-core.php on multisite
- Entry page for a wordpress multisite
- WordPress with Tor Onion Service (dual .com & .onion domains for same website)
- Use external database with local multisite
- Multisite: Retain awareness of what posts came from which site?
- Merge Multisites with Shared Network Media Library
- Issue with wp_get_attachment_url() function for multisite
- Multisite – Looking for ideas to best manage a main site change
- Networksite/multisite is disabled ?, Why?
- My subdomain on WordPress Multisite has gone
- Network Admin URL is shown to anyone before accessing a blog
- Canonical Resource URLs Across a Multisite Network 2012?
- how to migrate wpmu from one host to the other?
- Multisite WPLANG won’t save
- How to display users with posts published between two dates (Sorted by Post-Count) [Multisite]
- Child Theme Based on Toolbox Not Found
- MultiSite: new Sites not showing up
- Create a CSS file in plugin folder when theme is activated
- What is the best method of installing WP on multiple add-on domains?
- WP MultiSite: Can’t select database error after changing to new domain
- switch_to_blog() not functioning while querying post_types, Why?
- Different site different div content – Multisite
- Second page (and next) of search results redirects me to the home page
- Multisite sites output on a single page
- can’t create user without email for an author after converting single site to multisite
- Multisite cookies are being shared across domains unwanted
- Redirect Function Prevents Images from Showing in Front-end Media Uploader
- multiple domains point to same site on WP-MU
- How to convert multisite subdomain from http to https
- One membership area for two websites
- WordPress multisite redirect one custom non www domain to www
- Max number of sub folders
- wordpress multisite config issue needs help
- Multisite install in a subfolder won’t work with www
- Domain mapping breaks some plugin scripts and css
- How to force WP to create a users table in multisite configuration?
- Creating a stand-alone site from a WordPress sub site
- Multisite read_more link displays URL twice
- Updating themes customized by users
- WordPress and multisites, the rigth choice?
- Best Way to Setup a Network of WP Sites?
- Trying to create site-wide Active Directory sync with Multisite