I would suggest to use Search and Replace utility when you move your WordPress Network. it seamlessly update all the fields of the database from old domain to new domain. After that, you only need to update the domain name in wp-config.php.
(Tip: do not include http:// and trailing slash while replacing the domain rather just the domain name e.g. www.site.com to www.newsite.com)
Other than the above procedure, three tables are has the domain settings for WordPress Network.
- wp_blogs
- wp_site
- wp_options (for each site wp_XX_options)
Please verify the above tables and DOMAIN_CURRENT_SITE constant in wp-config.php.
Absolute URLs should also be updated (in all posts, pages and widgets) to link to new domain.
Related Posts:
- Remove the blog slug from WordPress Multisite root node
- Which asset URLs are acceptable in a “vanilla” MU install?
- Multisite – sub-subfolders for certain blogs
- Multisite wordpress and subdomain URL collisions
- 301 Redirects for posts, category, pages from original domain to sub-domain of multisite
- add_rewrite_rule not registering on Multisite
- Removing /blog/ from multisites cause infinite redirection
- Get Permalink of Network Blog Post
- How can I have multiple URLs pointing to single WordPress installation?
- Localized WordPress content for different sub-locales of same language?
- Multi-site: removing /blog from posts
- Permalinks not working using wordPress Networking with custom post types
- How can I update dev links for a live site?
- Redirect & permalink problems after moving multisite to a new server
- How to change the parent Domain Name in Multisites Project?
- How to get permalink using get_blog_post function in a multisite?
- Can I safely remove banned names from WordPress?
- One blog inside another
- wordpress multisite permalink structure: mostly subdomains but not all
- How to show only blog-domain instead of the whole permalink in the loop
- Permalink with a Category and then a Post
- Changed sub-site to its own domain trigger 302 redirects for all page links
- Add wordpress multi sites with different port number from 80
- What happens when someone goes to the root URL in WordPress Multisite?
- Some permalinks are not working and show 404
- What is with the one month time limit for sub directory installs for multisite network?
- unique identifier for the same pages in a multilanguage/site context
- How to Force WWW. in Domain With WordPress MU Domain Mapping Plugin?
- WordPress Multisite Permalinks on mapped domain = server 404 error
- Configure WordPress Multisite Pages with Custom Permalinks
- How can I run multiple unique WordPress sites off of one VPS
- WordPress multisite installation subdomains not working properly
- May I do multiple micro-sites with different themes in a single wordpress without subdirectory nor subdomain separation?
- Multisite problem with unexisting paths to CSS etc
- Bitnami multisite change URL of secondary blog
- Problems with WordPress multisite directories/url structures and admin access after migration
- multiple domains point to same site on WP-MU
- URLs for (MultiSite) link images are always relative
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- There is how to change url domain on some posts?
- How do I point two urls to the same child site in a multisite config
- WordPressMU: URL change and broken permalinks/links
- How To Change the URL of a WordPress Multisite
- Get the post URL from wordpress posts
- Moved my site to new host now getting 404
- Network created blogs URL
- Is there a way to have wordpress 301 versus 302 urls by default?
- How to put a Custom Folder under one sub-site of Multisite WP?
- Remove blog slug from WPMU?
- first load of the page gives 404 error
- Permalinks in Multisite not working
- How to remove index.php from a tag or archive page URL in the root blog?
- Multisite: should /blog go to a 404 page?
- WordPress 3.0 Multisite – Child sites and backends appearing blank
- Multisite subdirectory blogs missing slash
- Best way to set up multiple urls for the same WordPress site?
- wp search-replace returns no output on Multisite installation
- How to get URL of current page displayed?
- How to use WordPress Multisite With Different Domain Names?
- How To Add Custom Form Fields To The User Profile Page?
- remove “index.php” from permalinks
- Where are available Roles Defined in the wp_ database?
- restore_current_blog() vs switch_to_blog()
- Can i merge 2 new WP_Query($variable) ‘s?
- How to disable a network enabled plugin for just one site?
- How to reliably flush rewrite rules on multisite?
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- Cookies in multisite where network sites have their own domain name
- Convert a Multisite WordPress install into a Single site
- WordPress MultiSite Active Directory integration and site privacy
- WordPress Job Interview Preparation
- How to add Custom Blog Options to new blog setup form?
- How can I trust switch_to_blog()?
- How does WordPress create URLs that Apache knows about?
- Why are my roles not visible in a Multi-site/Network?
- Site admin in a network install can’t edit users?
- Stop WordPress appending `-2` to the end of my url after i change it
- How to use same email for multiple users
- Get default permalink structure from pretty URL’s
- How to run an activation function when plugin is network activated on multisite?
- Specific upload folder for PDFs in custom Post type in WP multisite
- What is the correct way to map multiple domains in a WordPress 4.1 multisite install?
- Where can I find documentation on what characters are allowed in user names and why?
- How to migrate subsite from dev multisite to production multisite
- How can I un-reserve a pending username registration?
- How do I remove/delete an old super admin user?
- DB connection error after copying a WordPress Multisite instance to a second location
- Add .html (dot HTML) extension to custom post types
- Get current URL (permalink) without /page/{pagenum}/
- Redirect Main Site to Subsite in Multisite WordPress
- Is there a is_user_logged_in() for multisite?
- Switching MultiSite installation from HTTP to HTTPS
- Allow user to select a theme to install when they signup
- Setting up a wordpress network with third level domains
- Get upload URL by blog ID in multisite
- What’s the difference between get_site_option and get_blog_option?
- How to set permalink structure via functions.php
- Need help sorting “My Sites” Alphabetically
- How to delete post revisions?