Ovh multisite

Solved
Chris -  
 Chris -
Hello,
I have several domain names and 1 hosting at OVH (the cheapest plan) that is multisite
I used a first domain name to create mysiteA.com with WordPress (one-click installation feature) which is online and accessible
I installed a second domain name monsiteB.com, which seems to be correctly registered (SSL obtained and activated)
I have 2 questions:
- when I type www.monsiteB.com, it redirects me to mysiteA.com
why?
- I wanted to reinstall WP on monsiteB.com, but it tells me the module is already installed, which I can understand, it is on the hosting
how do I access monsiteB/WP/admin to work on it?
Thank you

Configuration: Windows / Chrome 92.0.4515.159

3 answers

  1. Chris
     
    it's exactly the process and the sheet that I used, the second domain name monsiteB.com appears correctly in the admin like the first one (root: www)
    but I do indeed have the problems I mentioned: systematic redirection to monsiteA, and no access to WP/admin
    0
    1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 832
       
      Your site A should not be located at the root but should, for it to work, be in a subfolder:
      www/siteA
      www/siteB

      Because right now... You must have a file3 htaccess (generated by the installation of your first WordPress) that is preventing your site B from functioning.
      0