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
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?
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 );