WordPress MultiSite Subdirectory Network in a sub-domain website
-
I’m trying to create a Network of WordPress Sites using subdirectories, and in wp-admin under Tools>Network it’s displayed this warning. “Because your installation is not new, the sites in your WordPress network must use sub-domains.” I found a way to force using the subdirectories by adding this line of code in wp-config:
define('SUBDOMAIN_INSTALL', false);
After adding it, the website breaks down and it’s showing me error establishing the database. I’m assuming that problem is that my WordPress is installed on a subdomain: blog.example.com and maybe by disabling subdomain installing, it is causing this fatal error. Is there any way that I can enable Network Multisite Subdirectory in a WordPress installed on a subdomain.
- The topic ‘WordPress MultiSite Subdirectory Network in a sub-domain website’ is closed to new replies.