$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>subdomains - Multisite installation steps?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

subdomains - Multisite installation steps?

matteradmin7PV0评论

I activated the Multisite feature. I'd like to create a site in a subdomain.

I have two questions:

  • do I have to create a subdomain on the server before creating a site within the multisite admin dashboard, or after?
  • if yes, do I have to install a WordPress installation in this subdomain before creating a site within the multisite admin dashboard, or after?

I found this on StackExchange but it does not help me or I just don't understand.

Subdomain multisite gives 404 on sub sites

Thanks,

François

I activated the Multisite feature. I'd like to create a site in a subdomain.

I have two questions:

  • do I have to create a subdomain on the server before creating a site within the multisite admin dashboard, or after?
  • if yes, do I have to install a WordPress installation in this subdomain before creating a site within the multisite admin dashboard, or after?

I found this on StackExchange but it does not help me or I just don't understand.

Subdomain multisite gives 404 on sub sites

Thanks,

François

Share Improve this question asked Mar 17, 2019 at 13:50 Francois MauriceFrancois Maurice 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Welcome into the community.

To answer to your question:

do I have to create a subdomain on the server before creating a site within the multisite admin dashboard, or after?

yes, you need to create subdomains on your server using cPanel or plesk.

if yes, do I have to install a WordPress installation in this subdomain before creating a site within the multisite admin dashboard, or after?

You don't need to install wordpress for the subdomains. Be careful to point the root of every created subdomain to the root of your wordpress multisite installation. Multisite network will share the same wordpress installation, so you don't need to reinstall it each time you add a subdomain.

I had a similar issue, you can read the topic here.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far