Mulitsite on existing project
-
Hi everybody!
I am currently trying to set up wordpress multisite on an existing project. The reason is, that I want to configure a new website with another template on the same wordpress installation, while keeping the old website for the customer until the new one is done.
I started editing the wp-config which worked, the “Network Setup” showed up. But then, it only gave me the option to do a subdomain which isn’t supported by my host. I found an advice for a workaround to still be able to create a subdirectory but don’t get along with it.
It tells me to add this code to the wp-config between the define(‘WP_ALLOW_MULTISITE’, true); and the /* That’s all, stop editing! Happy blogging. */:
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘labs.work-paper.de’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);But once I do this, I cannot access the multipage network anymore through the dashboard. The button just disappears. Can anyone explain this and tell me what I did wrong?
Thanks:-)
- The topic ‘Mulitsite on existing project’ is closed to new replies.