WordPress multisite issue

  • Unknown's avatar

    Hello Can you please assist me in setting the wordpress multisite . I have followed the multisite steps and getting issue with the session and cookies . This is my site configuration
    define(‘WP_ALLOW_MULTISITE’, true );
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘jpnz.co.nz’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);
    define(‘WP_DEFAULT_THEME’, ‘child’);
    define(‘ADMIN_COOKIE_PATH’, ‘/’);
    define(‘COOKIE_DOMAIN’, ‘/’);
    define(‘COOKIEPATH’, ‘/’);
    define(‘SITECOOKIEPATH’, ‘/’);

    i have multisite structure like http://www.example.com/site1 and http://www.example.com/site2

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    You have posted in the support forums for the WordPress.com hosting platform.

    Your question is regarding the open source WordPress software found on WordPress.org, and is not the same thing as WordPress.com. We cannot help with this issue in the WordPress.com forums.

    You can find the documentation on setting up a multisite network using that software here:

    https://codex.wordpress.org/Create_A_Network

    For help with that, please post in the self-hosted WordPress forums on WordPress.org:

    https://wordpress.org/support/

  • Unknown's avatar

    okay . Well thanks for replying to this post.

  • The topic ‘WordPress multisite issue’ is closed to new replies.