WordPress multisite installation failed

What app is this about, and its version: WordPress v6.9.4~ynh
What YunoHost version are you running: 12.1.39
What type of hardware are you using: VPS bought online

Describe your issue

Installation fails twice:

  1. Installation in the mysite/0 subfolder - site not found.
  2. Installation in the mysyre/ root - error “Multisite option of WordPress doesn’t work at the root of a domain”.
    So in the end, WordPress cannot be installed in any way.

Share relevant logs or error messages

If you install a multiste, each sites must have a path like mysite/blog

If is a multisite is better on a dedicated domain www.site/blog

I imagine it can’t be a path `/0`

I was referring to mysite/0 (mysite/1, mysite/2..). In addition, I have multi-sites on another hosting with domain levels - 1.mysite, 2.mysite.. and it works great. On Yunohost, I can’t install a multisite in any form. I even already tried to install it after installing the usual one by changing wp-config.php - no, it doesn’t work. You can set up a separate (non-multisite) site, but my task is precisely to create a multisite. It’s a pity, but the Yunohost version doesn’t work. Next to Yunohost, in docker, the multisite rises perfectly, but not inside Yunohost.

hum yes it’s strange I have an old multisite with yunohost www.domain.tld/blog I can’t add a site www.domain.tld/blog/0 but I can do a site www.domain.tld/blog/music

The task was to install a subdomain structure, but even subfolders with numeric names are not supported here for some reason. OK, I’ll try to change the names to “one, two..” and install the multisite again, but hope is already fading..

I think numeric slug (0, 1) is conflicting with site ID on a wordpress…

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.