Title: WordPress Multisite
Last modified: November 27, 2025

---

# WordPress Multisite

 *  [magganlevine](https://wordpress.org/support/users/magganlevine/)
 * (@magganlevine)
 * [6 months ago](https://wordpress.org/support/topic/wordpress-multisite-125/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwordpress-multisite-125%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [6 months ago](https://wordpress.org/support/topic/wordpress-multisite-125/#post-18734395)
 * Check out the instructions here: [https://learn.wordpress.org/lesson/setting-up-a-wordpress-multisite-network/](https://learn.wordpress.org/lesson/setting-up-a-wordpress-multisite-network/)
 *  [Prince Kumar Yadav](https://wordpress.org/support/users/prince19makewebbetter/)
 * (@prince19makewebbetter)
 * [6 months ago](https://wordpress.org/support/topic/wordpress-multisite-125/#post-18734421)
 * **1.**
   Open your **wp-config.php**, and add this **just above** the line:`/* 
   That's all, stop editing! Happy publishing. */`AddOpen 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**
    -  This reply was modified 6 months ago by [Prince Kumar Yadav](https://wordpress.org/support/users/prince19makewebbetter/).
 *  Thread Starter [magganlevine](https://wordpress.org/support/users/magganlevine/)
 * (@magganlevine)
 * [6 months ago](https://wordpress.org/support/topic/wordpress-multisite-125/#post-18734557)
 * 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](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [6 months ago](https://wordpress.org/support/topic/wordpress-multisite-125/#post-18734580)
 * 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:
 *     ```wp-block-code
       define( 'WP_ALLOW_MULTISITE', true );
       ```
   

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

The topic ‘WordPress Multisite’ is closed to new replies.

## Tags

 * [Networking](https://wordpress.org/support/topic-tag/networking/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 4 replies
 * 3 participants
 * Last reply from: [threadi](https://wordpress.org/support/users/threadi/)
 * Last activity: [6 months ago](https://wordpress.org/support/topic/wordpress-multisite-125/#post-18734580)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
