Question
Configure wordpress multisite in one click wordpress install
I’m trying to configure multisites on my one-click wordpress installation.
The problem I’m finding is:
When I add allow multisite to wp-config
/* Multisite */
define('WP_ALLOW_MULTISITE', true);
On network setup I’m getting the message of Subdomain Installation “Because your installation is not new, sites on your WordPress network must use subdomains. The main site of a subdirectory installation needs to use a modified permanent link structure, with the potential to invalidate existing links.”
I don’t want to install others sites in subdomains.
How can I configure this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×