Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Alpha/Beta/RC
    In reply to: wp 5 beta multisite
    Thread Starter carpconnect

    (@carpconnect)

    Thanks for replies,

    i already have muiltisite (v4) running on server, but wanted to test out V5.

    wp-settings.php

    /**
     * Used to set up and fix common variables and include
     * the WordPress procedural and class library.
     *
     * Allows for some configuration in wp-config.php (see default-constants.php)
    
    // Initialize multisite if enabled.
    if ( is_multisite() ) {
    	require( ABSPATH . WPINC . '/class-wp-site-query.php' );
    	require( ABSPATH . WPINC . '/class-wp-network-query.php' );
    	require( ABSPATH . WPINC . '/ms-blogs.php' );
    	require( ABSPATH . WPINC . '/ms-settings.php' );
    } elseif ( ! defined( 'MULTISITE' ) ) {
    	define( 'MULTISITE', false );
    }

    So question is, does setting up multisite change in WP V5?

    Do just set this to ‘true’? or do you still need to edit wp-config.php and .htaccess files?

    thanks

    Thread Starter carpconnect

    (@carpconnect)

    Hi,

    not sure how they can help as my VPS is just like running a dedicated server, i am the server admin with full root control.

    I am running debian 6 with ISPconfig and all other scripts find these modules ok?

    thanks

    Thread Starter carpconnect

    (@carpconnect)

    One other issue is the buttons show on the home page even when that option is disabled?

    Front page is set to static

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)