Try a different approach. Instead of using plugins, I suggest modifying wordpress a little as described in the following answer.
https://stackoverflow.com/a/39195424/3157038
So in your case you should setup the wordpress installations like this:
- mysite.com
- root: */domains/mysite.com/public_html
- db: user_mysite
- table prefix: root_
- mysite.com/itsupport
- root: */domains/mysite.com/public_html/itsupport
- db: user_mysite
- table prefix: itsupport_
than in addition to the configuration given in the answer which i linked to, add the following to the wp-config files of both the wordpress installations:
define( 'CUSTOM_USER_TABLE', 'mysite_users );
define( 'CUSTOM_USER_META_TABLE', 'mysite_usermeta' );
Related Posts:
- 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
- How can I un-reserve a pending username registration?
- Redirect Main Site to Subsite in Multisite WordPress
- WordPress Multisite: Adding actions to only one site
- wordpress multisite, how to keep user on subdomain throughout registration process?
- Can I set some default pages to be created on every creation of a new blog
- get_current_blog_id returns 1 in multisite setting
- On WP Multi sites how many sites…!
- How do I share plugin settings across WordPress network?
- How would I use pre_get_posts to query another site for posts in my multisite network?
- How to set up WordPress Multisite on multiple domains without plugin?
- Multiple domain names under one WordPress Installation
- What is the most comprehensive backup plugin for WordPress (it does not have to be free)? [closed]
- Multisite wordpress and subdomain URL collisions
- WordPress Multisite: Automatically run importer upon creating new site
- Auto create pages on WordPress multi site register
- Add Rewrite Rule to point to a file on the server
- Multisite WordPress nginx uploaded files throw 404
- subdomain mulitsite on localhost in a subfolder
- Exclude main blog from get_blogs_of_user
- Why can’t I delete original user in multisite? Options for manual removal
- Subdirectory multisite installation with several domain names?
- Can’t access WordPress multisite after connecting to domain
- In MultiSite, can some users automatically have Site Admin rights on all sites, without granting them Network Admin access?
- Any downsides on using Multisite for many look-alike-websites?
- Multisite Super admin and Network admin emails
- Is there a way to run upgrade.php for one blog?
- How to run a subdirectory multisite install under a subdomain
- Using Two Themes – One for Main Site, One for Ecommerce
- WordPress Multisite – configuring a local development copy
- Domain name in a WordPress Network
- Multilanguage site with two domains
- Site not found using subdomains
- Is it possible to install BuddyPress with blogs installed on several servers? [closed]
- All wordpress network subfolder sites being redirected to main site
- Get current Blog ID in Tinymce Plugin Dialog Window in WPMU
- Register existing user on another site in a multisite network?
- Can i import a site (plugins, database, images) etc. Into an existing wordpress multisite?
- WordPress Multisite + Erros with URLS and ADMIN
- WordPress multisite – Bitnami
- How can I tell if a wordpress site is running on multisite?
- Adding hreflang to multisite with no plugin?
- Obtaining user table for one site on multisite set up
- possible to combine sites that have lots of content, into multisite?
- How to autologin users after creating a new site (multisite)? [duplicate]
- Bulk Move Users from one site to another within a network ( Multisite )
- Does a single theme license work on multisite? [closed]
- Multisite – getting a 404 for additional site created using subdomain install
- muliple wordpress multisite installs on the same sever
- WP Multisite – Additional subdomain on the site for API purposes
- get_last_updated() not working – multisite loop
- Old Website Address Still Showing
- Programmatically creating site in a network
- What happens when someone goes to the root URL in WordPress Multisite?
- Migrate single site to Multisites with plugins, cPanel and already working subdomains
- Multisite configuration for multiple domains
- Multisite adjust uploads like (/upload/%alphanumeric_id%/%file_type%/%blog_ID%)
- how to install wordpress HyperDB
- Multisite Redirect for Home Page Only
- 404 not working on main site on multisite
- Is it possible to create /sub/sub domain based multiste?
- add_blog_option blog ID
- How long is “as long as possible” in wp_cache_set()?
- Changing from localhost:8888 to localhost
- WordPress multilingual site to work with other plugins
- Cannot see dropdown shortcut to site dashboard in WordPress network why?
- How can I install WordPress as blog provider , stable?
- Automatic creation of mutisite blog outside of the admin
- List all sites created in network and get the language used for each site
- Automatically add a registered user on the wordpress multisite network even to just one other site
- Error after changing multisite URL
- Multisite Dashboard Always Redirects to Main Dashboard
- Redirecting specific sites to HTTP in WordPress Multisite
- Moving from a non WordPress site to a WordPress Site – Login between both sites
- WP Multisite child theme: get_template_directory_uri() seeks it’s own subdirectory instead of directory of parent theme
- Create new multisite from existing and keep domain?
- WordPress Multisite: Login to all subsites at once
- How to mapping a WordPress MultiSite Network Subdirectories to new domain with all subsites
- Multi-site Installation in WordPress | Security & Future Migrations
- Get the latest 3 posts across the network
- Synchronize wordpress site between two different servers
- Blog broken after changing Site/Home URL
- How do I setup WordPress Multisite in it’s own directory?
- Configuring Multisite with subdomains
- Autoblog posts in wpms(network) into main site including featured images
- Cron job disappering without notice?
- WP Multisite .htaccess interferes with cgi-bin
- Redirect all users, except network administrators, from the main site to a subsite
- load styles and scripts in network admin not working
- How do I remove ‘www.’ from all internal links in self-hosted multisite?
- How do I make a copy of WordPress to other folder
- MU Domain mapping
- WordPress multisite with subdirectories always redirects to mainsite
- Avoid landing page redirects issue in wordpress multisite
- Multisite website configure Domain issue
- Can i use the same content in two websites? one is the main website and one is directory website
- WordPress Multisite
- WPML is blocking WP core update
- Multisite: Redirect a deleted site – Best practice?