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:
- Homebrew install specific version of formula?
- Conda version pip install -r requirements.txt –target ./lib
- Conda version pip install -r requirements.txt –target ./lib
- 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?
- Add additional Network constants to wp-config.php dynamically
- Changing the wp db prefix after installation?
- Installation problems on a domain-name-less server
- How do I setup a WordPress site on a server before the domain is ready?
- Steps to debug on a blank screened wordpress install
- Repeatable configuration package
- One WordPress install serving multiple virtual hosts
- Moving WordPress from live to local server
- Is it possible to install WordPress within WordPress installation?
- WordPress package configuration in Ubuntu Server?
- Programatically Creating Initial WordPress Site
- Can I manage more wordpress sites with one wordpress administrator page? [closed]
- Add menu page on multisite
- How can I get a list of plugins and which blogs are using them?
- 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
- Unable to install wordpress theme without ftp user & password
- Backup blog posts only
- Multi-site vs seperate installs for just 3 blogs?
- Installing WP twice in same Directory?
- Reinstall WordPress from zero
- WordPress installation does not get completed in WAMP server
- Novice WordPress Installation issues
- How to download WordPress 4.2.0
- Plugins try to install in old location [closed]
- You appear to have already installed WordPress. To reinstall please clear your old database tables first
- Reset generated wp-config.php with wp-cli
- Missing wp-load.php on new install
- Automate specific steps on WordPress install
- “Deprecated: mysql_connect()” error when installing Roots Bedrock
- How do I install more than one WordPress blog on EC2?
- Unable to apply theme to WordPress Network Site install
- How to create wordpress install template/image?
- Why does my localhost/wordpress not have a Link to Login Page
- WordPress composer issues
- Four columns in the wp_users table
- WordPress Multisite dashboards redirect to homepage
- Install WordPress with custom directory layout without breakting media upload
- What happen after new plugin get installed in term of permissions?
- WordPress in subfolder dont work
- How can I create a second multisite network in a subdirectory?
- Other than WP-CLI, is there a way to install WordPress via the command-line?
- Install with docker – can’t access port
- WP Installer Redirects to /wp-admin/core/install.php
- Installed WordPress Location
- Redirect to another page using contact form 7? [closed]
- Site’s admin created with wpmu_create_blog accessible only on 2nd attempt
- Moving WordPress Site from MAMP to cPanel – How?
- What is a wordpress instance [closed]
- PuTTY is glitching out when I try to install wordpress
- muliple wordpress multisite installs on the same sever
- Moving WordPress from Root to a subfolder
- All links in WP blog redirect to main non-WP site
- WordPress manually installed on a remote server
- Reinstalling WordPress
- WordPress is already installed
- Installed WordPress without configuration screen
- On install, automatically create page and set it as front page
- Create a development subfolder for my WordPress website
- Installing WAMP and WordPress: Visual Studio 2013 or 2012? [closed]
- Installing plugins on IIS-hosted site [closed]
- Is it bad practice to install WordPress by cloning from the official GitHub repo?
- Function to Load Admin CSS for Super Admin on Multisite
- wordpress icons and gui not display while installing wordpress http://server_ip /wp-admin/install.php
- Is there a way to check which files are part of vanilla WordPress?
- Fresh installation of WordPress on CentOS produces critical error during installation
- Trying to make my home-made WordPress website visible by public network
- Delete all php files except WordPress core files?
- my client’s site is confused between WordPress.com and WordPress.org I think
- My wordpress doesnt show up
- Error during installation
- Fastest way to install a multisite?
- Fatal error: Class ‘Requests_Utility_CaseInsensitiveDictionary’ not Found in WordPress
- Multi-site Installation in WordPress | Security & Future Migrations
- Disable redirect to install.php
- Installed in root, want second in subdirectory
- Incorrect Blog Root
- Installing WordPress into a user directory without any admin privileges
- Pages redirect me to the homepage
- Can figure out how to get wordpress to go .com not .com/directory
- WP installed is asking to install if typed domain.com
- WordPress multidomains and subfolders
- How to populate a WordPress install with a lot of categories, quickly?
- Trying to increase WP Memory Limit
- Is it ok to have one wordpress installation for server.com and www.server.com?
- How does a WordPress installation become ‘alive’?
- Can admins on network install view and edit users accounts?
- WordPress 4.1 update broke theme
- Is php-mysql required for wordpress?
- Stuck downloading and extracting WordPress onto Ubuntu 22 LAMP server
- Installing wordpress into the same directory as existing static html website