Moving Multisite to Local Network
-
Have created a version of multisite (Xampp) on my local network for testing purposes. Works fine until I import the database from my live site. Then I get an error “The page isn’t redirecting properly. The server is redirecting the request for this address in a way that will never complete.”
After importing the database, I have update the tables with my new domain name
wp_options > siteurl
wp_options >home
wp_site
wp_sitemeta > siteurl
wp_blogs > domain (change this for all instances that use your old domain)
wp_#_options > siteurl (the “#” refers to the blog ID of additional sites)
wp_#_options > home
wp_#_options > fileupload_url
The topic ‘Moving Multisite to Local Network’ is closed to new replies.