• Trying to change our WP installation to a Multisite but I´ll can´t enable the ‘Network Setup’ menu item in the WP dashboard. I´ll have define and allow the multisite in the wp-config.php file which is located within the /htdocs directory of your site. How can I´ll add the network setup ?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator threadi

    (@threadi)

    Prince Kumar Yadav

    (@prince19makewebbetter)

    1.
    Open your wp-config.php, and add this just above the line:
    /* That's all, stop editing! Happy publishing. */

    Add
    Open your wp-config.php, and add this just above the line:
    /* That's all, stop editing! Happy publishing. */

    Add
    define( 'WP_ALLOW_MULTISITE', true );
    Adding it too low or below the “stop editing” line — then WordPress ignores it.

    2.
    Some hosts (Loopia, One.com, SiteGround Starter plans, Simply.com) block Multisite.
    If you are on Loopia/One.com:
    They automatically remove multisite functions for security.In that case you must enable Multisite in .htaccess manually or upgrade plan.

    3.
    After adding the constant, go to:
    WP Admin → Tools → Network Setup

    Thread Starter magganlevine

    (@magganlevine)

    define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );
    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );
    /* That’s all, stop editing! Happy publishing. */

    This is how I´ll add it to the wp-config.php file – correct?

    Moderator threadi

    (@threadi)

    It looks correct, but the forum may be displaying the single quotation marks differently than they should be. Pay close attention to the spelling. It should look like this:

    define( 'WP_ALLOW_MULTISITE', true );
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.