This seems possible to me. Most of this is related to server management and not only WordPress, so probably Server Fault also has interesting info on this.
On the DNS side, you would create a wildcard to the server with WordPress, and define your other subdomains to the servers that host those (some or all of them can be the same as the WordPress server). Wildcards always have the least priority.
For the server side it is useful to know that if a request reaches Apache but it finds no matching ServerName
or ServerAlias
in a <VirtualHost>
, the first virtual host is returned. So you configure the WordPress setup as the first host and the others running on that server after it.
Related Posts:
- How to use WordPress Multisite With Different Domain Names?
- Can i merge 2 new WP_Query($variable) ‘s?
- How to reliably flush rewrite rules on multisite?
- Using wp_insert_post() with Networking enabled
- Sharing Dynamic Sidebars across Multisite Blogs
- WP Multisite – multilanguage – swich to other language by click, but “same” content
- Hide a theme on list of themes in wp-admin without editing core files
- Lock one of WP Network sites for not registered users
- How can I manage all multisite pending comments in one place?
- WordPress Multisite Network installation and dev questions
- List all sites in multisite
- Migrating WPMS from apache to IIS7 causes Database Error
- Turn off trackback/pingbacks and comments on all existing multisite sites
- My subsites accidentally went from one multisite network to another. How do I change it back?
- How to change a WordPress network domain
- Subfolder multisite issue. Themes and plugin files 404
- How to share posts in WordPress Multisite?
- Get the Current Blog URL of User in Multi Site?
- How to order by blog ID in this multisite ‘List Blogs’ custom function
- WordPress Multisite local: wp-login.php refreshes on login Chrome Browser
- Change the “main site” on a wordpress multisite installation
- Multisite plugin hiding on specific blogs
- Multi Site Search Pagination is Broken
- how to identify a multisite installation
- Multisite setup creating custom table
- Cannot access WordPress Multisite Main Dashboard
- Bulk activate a theme on multisite
- Multi language site with same content
- Multisite – disallow list of blognames during subsite creation
- WordPress Multisite with different domains and themes
- Multisite install – Create each domain with its own directory
- Multiple wordpress installations that shares WordPress & Theme but with separated database
- Possible to enqueue scripts and CSS to Multisite Network dashboard?
- Where does multisite store image uploads?
- WordPress Multisite – can I somehow merge the tables?
- Clone single site into a multisite setup
- What happens if I use .htaccess of network multisite on a single site installation?
- How to move 1 WP site from a mult-site environment to a different multi-site area
- Migrating MultiSite to SSL: Media Library not updating
- Nginx config, how can I redirect primary multisite domain, but not its sub-folders, nor other domains?
- Prefix Multisite Directory Structure
- Multisite Sub-domain creation Doubt | what will be the document root folder?
- Multisite Create Site not working
- Least expensive way to get table prefix in multisite installation
- Assign default widgets to all sites in a multisite network
- How to split existing blog into WordPress Multisites without breaking links?
- How to write RewriteRule for login in multisite
- NextGEN Gallery: Use the same galleries on 2 or more sites on WP network (multisite)? [closed]
- Site’s admin created with wpmu_create_blog accessible only on 2nd attempt
- How can I create blog specific database table in multisite?
- Save uploads directly in the uploads folder (on a multisite)
- How can I manually activate a new site in a wordpress multisite network?
- Network of multisites in WordPress, create new site with all the contents of the main
- Display Different Content For Different Countries?
- Missing images after moving servers
- How to query blogs posts of WordPress sub domain?
- how to list all subdomain in wordpress multiuser
- Can you please verify my robots.txt for wordpress
- sub-page settings saving in NETWORK DASHBOARD
- Check if current site ID and value exist in WPDB
- Multi-vendor with custom shop site for each vendor
- You need to login with a user that has edit posts capacity?
- How to publish some default pages in Multisite creation?
- Change WP-LOGIN and WP-SIGNUP for any request
- unique identifier for the same pages in a multilanguage/site context
- more tables created when create a new site
- How to automate setup of theme, pages, widgets, etc for a new site in multi-site?
- Multisite ‘Welcome User Email’ SITE_NAME returns ‘network’ name, not the name of the blog
- Unified login page for a Multisite/BuddyPress site
- Problem with new Multisite Installation
- Merge posts of more than one site by using one database with the WordPress network
- User registration on wordpress multisite
- Website creation for multiple clients but from a single account on multiple host name
- Is mature Multisite
- What is the optimal solution: WP Multisite vs InfiniteWP
- Best way to have multiple custom domains associated with a site within a multisite installation
- Subdomain multisite instances having same content
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- allow multisite in the installation process
- Error establishing a database connection after moving local wordpressmultisite from one directory to another
- WordPress single sign on using cookies with shared user role functionality between more than 2 wordpress subdomains
- How do I point two urls to the same child site in a multisite config
- How to split database of WordPress multi-site network into multiple database
- Multisite /files/ URLs broken after server move
- WordPressMU: URL change and broken permalinks/links
- Extended URLs created using multisite feature not loading CSS/JS
- Backend freezing on certain pages of a subsite
- Multisite – User creation for second site from first site?
- White pages on sub domains after server transfer
- Get users from all/specific blog by user_role and current_user role
- How do I enable Multisite on WP 3.7.1?
- Multiple domains for with a single instal
- Using common slider in all sites
- Letting clients use visual builders plugins/themes on WordPress Multisite installation
- WordPressMu network with private sites
- Moving a WordPress Multisite site to a new install
- wordpress multisite with already existing subdomain
- Why the sites dropdown in multi-site installation is different from the list of sites when seen full page?
- WPML is blocking WP core update
- Multisite: Redirect a deleted site – Best practice?