• Hi, we installed in Dec in a brand new site a Multisite version and follow all instruction in order to create in few months a new /directory/ site.
    But now we cannot find the options in MY SITES.
    CHECK 1 – wp-config.php is ok with the code:
    /* Multisite */
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘championscity.it’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);
    CHECK 2 – .htaccess is ok with the code
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    CHECK 3 – PERMALINK are ok with
    https://www.championscity.it/blog/2016/06/07/articolo d’esempio/
    CHECK 4 – the primary domain is working…

    so why in HOME > MY SITES we can only see the Primary Site and we don’t have any other button to ADD A SITE?

    thank you for your help!

Viewing 1 replies (of 1 total)
  • Can you post a screenshot of the dashboard?

    Roughly speaking your multi-site dashboard has 2 admin areas:

    1. Your dashboard as an admin of the primary site/blog (blog-id 1) of the multi-site network.
    2. Your admin area as a “Multi-site” admin

    The former looks something like:
    https://www.YOURSITE.com/wp-admin/

    And the latter looks like:
    https://www.YOURSITE.com/wp-admin/network/

    It is the latter you need to access to be able to add sites and perform other multisite management tasks.

    Can you try these steps?

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite installed correctly don't give My sites options’ is closed to new replies.