[wp-trac] [WordPress Trac] #32285: define( 'WP_ALLOW_MULTISITE', true );

WordPress Trac noreply at wordpress.org
Fri May 8 15:43:27 UTC 2015


#32285: define( 'WP_ALLOW_MULTISITE', true );
--------------------------------+------------------------------
 Reporter:  colomet             |       Owner:
     Type:  enhancement         |      Status:  reopened
 Priority:  normal              |   Milestone:  Awaiting Review
Component:  Networks and Sites  |     Version:  4.2.2
 Severity:  normal              |  Resolution:
 Keywords:                      |     Focuses:  multisite
--------------------------------+------------------------------

Comment (by colomet):

 i think is better not to give easy acces to multisite. In my case, i use
 multisite in some sites, because for my purpose it give me more
 flexibility than a normal site ( i work with languages). but in the case
 of the installations from Plesk, it would have to be in a better place, or
 with comments.

 Look how is the wp-config.php of Plesk:


 {{{
 define('WP_DEBUG', false);

 /* That's all, stop editing! Happy blogging. */

 /** Absolute path to the WordPress directory. */
 if ( !defined('ABSPATH') )
         define('ABSPATH', dirname(__FILE__) . '/');

 /** Sets up WordPress vars and included files. */
 require_once(ABSPATH . 'wp-settings.php');

 /**
  * WordPress Localized Language, defaults to English.
  *
  * Change this to localize WordPress.  A corresponding MO file for the
 chosen
  * language must be installed to wp-content/languages. For example,
 install
  * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
  * language support.
  */
 define('WPLANG',       'en_US');

 define( 'WP_ALLOW_MULTISITE', true );

 define ('FS_METHOD', 'direct');

 //--- disable auto upgrade
 define( 'AUTOMATIC_UPDATER_DISABLED', true );
 ?>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32285#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list