How to create multisite {blog|news}.example.com without example.com
-
Hello, members.
Requirements
I would like to create multisite like
blog.example.com, andnews.example.comLimitations
- I can’t use
example.comandwww.example.comas the same WorkPress site. It’s deploying on other servers.
Problems
- When I create
blog.example.comas the first WordPress site, and set,define( 'WP_ALLOW_MULTISITE', true );It saidblog.example.comas a server address, I would like to setexample.comas a server address. - When I set
define( 'DOMAIN_CURRENT_SITE', 'example.com' )in the configuration file, It redirectexample.com. Butexample.comuse on another site.
Questions.
- Is it possible to setup like the above? Does anyone know these configurations if it possible?
Reference
https://developer.ww.wp.xz.cn/advanced-administration/multisite/
WordPress
WordPrees: 6.5
Best regards.
—
Hiroyuki Sato
- I can’t use
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to create multisite {blog|news}.example.com without example.com’ is closed to new replies.