Tuesday, January 10, 2012

Getting Started with WordPress Multisite | ServerPress.com

Getting Started with WordPress Multisite | ServerPress.com: " /**
75
* For developers: WordPress debugging mode.
76
*
77
* Change this to true to enable the display of notices during development.
78
* It is strongly recommended that plugin and theme developers use WP_DEBUG
79
* in their development environments.
80
*/
81
define( 'FS_METHOD', 'direct' );
82
define('WP_DEBUG', false);
83
define('WP_ALLOW_MULTISITE', true);
84
define( 'MULTISITE', true );
85
define( 'SUBDOMAIN_INSTALL', true );
86
$base = '/';
87
define( 'DOMAIN_CURRENT_SITE', 'company.dev );
88
define( 'PATH_CURRENT_SITE', '/' );
89
define( 'SITE_ID_CURRENT_SITE', 1 );
90
define( 'BLOG_ID_CURRENT_SITE', 1 );
"

'via Blog this'

No comments:

Post a Comment