Support » Networking WordPress » move multisite problem

  • I want to move multisite WP installation from localhost to live server. When I switched off multisite the basic domaín is moved ok. But When I switch on multisite, the page breaks.
    First I tried to move multisite, but problem with permalinks occurs. There is an error with open_basedir restriction in effect. My wp-config.php file looks like this (multisite part):

    /* Multisite */
    /define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'zvsaslbbk.sk');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    subdomain should be zvsaslbbk.sk/ostrozka. I have changed links in database, but when multisite is on, permalinks on domain do not work, subdomain does not work at all, not in admin section. Even language in administration is changed.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘move multisite problem’ is closed to new replies.