Difference between revisions of "Aktifasi Wordpress Multisite"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | Sebelum memulai aktifasi fitur multi-site (multi user), edit file /var/www/wordpress/wp-config.php tambahkan kode berikut: | |
| − | |||
| − | Sebelum memulai aktifasi fitur multi-site (multi user), | ||
| − | |||
| − | edit file /var/www/wordpress/wp-config.php tambahkan kode berikut: | ||
define('WP_ALLOW_MULTISITE', true); | define('WP_ALLOW_MULTISITE', true); | ||
Revision as of 12:59, 18 November 2011
Sebelum memulai aktifasi fitur multi-site (multi user), edit file /var/www/wordpress/wp-config.php tambahkan kode berikut:
define('WP_ALLOW_MULTISITE', true);
Tambahkan kode tersebut sebelum baris /* That’s all, stop editing! Happy blogging. */.