Multisite install – Network not showing under tools
-
Hi,
I am planning to install a set of 5-6 wordpress sites in one domain in different sub-directories. Instead of setting them up one by one, i want to use wordpress 3.0 facility of allowing multi-site set-up.I installed wordpress manually after setting up the database and installing through wp-admin/install.php. The site is set up.
I edited wp-config.php in the root directory and added the multi-install code. It is shown below.
* de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German* language support.
*/
define (‘WPLANG’, ”);
/* Multiple site execution */
define(’WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. *//** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
When I look up Administration>Tools, there is no “Network” link under tools or Settings. I am happy to provide login details if needed.
Thanks for your help.
- The topic ‘Multisite install – Network not showing under tools’ is closed to new replies.