Here is what I think you need to do
Create a NEW multi site blog on the new “master” domain with WP 3.0
Create a new empty blog the the url h..p://www.mysite.com/oldblogname
Export you old site and input inport into the new blog
You need to check that all the images get copied to the new site OK otherwise keep the old blog in place to serve the images
And you will have I nice new blog
To keep it tidy you should put a 304 redirect from the old URL to the new URL
Something like this should (not tested) into a .htacces file in the old blog folder
RewriteEngine on
#
RewriteRule ^(.*)$ http://www.websiteA.com/oldblogname/ $1 [R=301,L]
Related Posts:
- How to completely remove Python from a Windows machine?
- Homebrew install specific version of formula?
- How to install MinGW 64 on windows 10
- Conda version pip install -r requirements.txt –target ./lib
- Conda version pip install -r requirements.txt –target ./lib
- [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
- PackagesNotFoundError: The following packages are not available from current channels:
- Conda version pip install -r requirements.txt –target ./lib
- How can I create an MSI setup?
- Android Fastboot devices not returning device
- extconf failed, exit code 1 error when installing [Ruby on Rails] 5 on OS X Yosemite 10.10.5
- How can I convert my Java program to an .exe file?
- Initialization Script for “Standard” Aspects of a WordPress Website?
- How to migrate subsite from dev multisite to production multisite
- Add additional Network constants to wp-config.php dynamically
- Add WordPress MU Network Admin via Database
- Populate content on install
- How Can I Centralize Content Usage and Approval in a WordPress Multi-Site installation
- Changing the wp db prefix after installation?
- WordPress Multisite allow site admin to add user without email confirmation
- Automatically enable custom theme, plugins and default content on installation?
- Are there any downsides to installing WordPress on Windows versus Linux?
- Create a custom WP install with plugins, theme etc already installed?
- How to hide admin account in BuddyPress? (for security reasons)
- Installation problems on a domain-name-less server
- Restrict Admin Capabilities in MultiSite
- Things to take care when moving from hosted wordpress to self-hosting
- How to add super admin to all sites
- the correct order of manual install WP and SSL on server
- Install and configure WordPress while old site is still active
- How do I install two versions of WordPress on 1 server?
- How do I setup a WordPress site on a server before the domain is ready?
- How to enable Admins to see Plugins
- How to Check the Directory Where WordPress is Installed?
- wp core install database connection error
- After moving wordpress some files still point to old directory
- URL to download latest version of WP for other languages than English
- Steps to debug on a blank screened wordpress install
- Custom WordPress Installation
- Shortest possible shell script to install WordPress on Nginx server?
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Installed successfully; home page still redirects to install.php
- ID’s being stripped out of editor for Admin user in Multi-Site
- Installing wp3.2.1 on IIS; getting empty sessions
- Multiple Domains and Subdomains Using Multisite Installation
- Repeatable configuration package
- One WordPress install serving multiple virtual hosts
- Multisite configuration fails with css/js files
- How to import WP XML file automatically on installation?
- Moving WordPress from live to local server
- Trying to install WordPress on WSL Windows 10, and running into issues with wp-cli and “wp db create”
- Cannot access WordPress install on subdirectory of drupal site
- Is it possible to install WordPress within WordPress installation?
- WordPress package configuration in Ubuntu Server?
- How to add multiple existing users to a multisite site?
- current_user_can(‘Administrator’) does not return true in multisite if user is Administrator but NOT Super Admin
- Programatically Creating Initial WordPress Site
- Can I manage more wordpress sites with one wordpress administrator page? [closed]
- Can WordPress be installed at the root level, if a homepage called index.php already exists?
- Add menu page on multisite
- Install wordpress in backend with Existing html website alive
- Moving to a new domain in the same server
- How to prevent first post and first comment on WP MU?
- How can I get a list of plugins and which blogs are using them?
- Why is my multisite installation not showing all the available sites?
- Multiple Multisite networks on the same domain?
- Issue converting single site to multi-site – blogs.dir folder not created
- Subdomain and subdirectories together in one installation
- How to get the site administrator/s by blog id
- WordPress Installation for multi-domains with nginx and php-fpm
- Display site admin profile fields in header.php
- PHP Notices appear when browsing any page in admin, but only for child theme, using code from WP Codex
- When WordPress Does Not Provide an .htaccess File for New Multisite Sites because of CPanel Fantastico Auto-Installer?
- Is there any plugin hook that I can latch onto once a site is freshly installed?
- No configuration file found and no installation code available. Exiting
- user-new.php less detailed after WP3.1; how to revert?
- Change multi-site installation from sub-domains to sub-directories
- InfiniteWP installation fails – CONFIGURABLE MAX EXECUTION TIME DISABLED
- Restrict Admin Capabilities in MultiSite
- Multiple sites/domains on one database
- Quickest Way Besides FTP to Upload WordPress Files to a Web Server?
- Moving to directory creates path problems.. how to solve?
- Unable to install wordpress theme without ftp user & password
- Sharing one WordPress installation between several “sites”?
- Backup blog posts only
- How to use if condition to change $table_prefix in wp_config.php
- Multi-site vs seperate installs for just 3 blogs?
- Installing WP twice in same Directory?
- Cannot access wp-admin after disabling all plugin
- Reinstall WordPress from zero
- Importing wordpress. xml file on new installation
- WordPress installation does not get completed in WAMP server
- Novice WordPress Installation issues
- current_user_can() always returns true if user is super admin
- Can my site use two different WordPress installs for different pages?
- Can I clone WP to another directory on the same server?
- How to download WordPress 4.2.0
- Display site administrator’s id by current blog id inside link
- Should I delete automatically-created files before installing WordPress?
- Plugins try to install in old location [closed]