Setup a multisite to a running website

admin2025-06-04  2

I am trying to add a multisite to add another website in a diferent language. I followed the codex guide to config the multisite feature with subdomain.

I enabled the multisite network on my main website () added subdomain () pointing to another directory.

I got confused after this step. I installed a new wordpress on this directory with new database, enabled the multisite on wp-config.php but the new site do not have the sites network enabled, instead is asking for a new install of multisite feature in where should be my new website like , but I already have this feature enabled on the main website ()

I tried to point to different paths but got 404 errors.

What I am missing here?

I am trying to add a multisite to add another website in a diferent language. I followed the codex guide to config the multisite feature with subdomain.

I enabled the multisite network on my main website (http://example) added subdomain (http://pt.example) pointing to another directory.

I got confused after this step. I installed a new wordpress on this directory with new database, enabled the multisite on wp-config.php but the new site do not have the sites network enabled, instead is asking for a new install of multisite feature in where should be my new website like http://en.example, but I already have this feature enabled on the main website (http://example)

I tried to point to different paths but got 404 errors.

What I am missing here?

Share Improve this question asked Jan 18, 2019 at 0:03 Cleber ReizenCleber Reizen 1133 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I enabled the multisite network on my main website (http://example) added subdomain (http://pt.example) pointing to another directory. I got confused after this step. I installed a new wordpress on this directory with new database

A multisite WordPress installation shares a single copy of the WordPress files, and a single database. Each site within the network gets a separate set of tables in the database, but it's the same WordPress installation.

You should not create a separate folder and reinstall WordPress as you did. You should create the new "site" on the main WordPress installation and configure it (as it sounds like you did), then point your DNS for the subdomain to the same host (or virtual host) as your main WordPress installation.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748992584a315445.html

最新回复(0)