[wp-trac] [WordPress Trac] #32285: define( 'WP_ALLOW_MULTISITE', true );
WordPress Trac
noreply at wordpress.org
Fri May 8 16:05: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):
Replying to [comment:11 voldemortensen]:
> If there was a line in wp-config.php by default, it would be in the
correct place. There would be no need to move the line, you'd just have to
uncomment it.
Really?, i just did a new multisite installation just for check if its
working and looks the resoult
{{{
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('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'prueba1.lvps84-39-103-206.mammuts-
servidor.es');
define('PATH_CURRENT_SITE', '/wordpress/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define ('FS_METHOD', 'direct');
//--- disable auto upgrade
define( 'AUTOMATIC_UPDATER_DISABLED', true );
}}}
[[Image(http://lvps84-39-103-206.mammuts-servidor.es/files/public-
docs/Captura%20de%20pantalla%202015-05-08%20a%20las%2018.01.14.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32285#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list