Can I create a set of wordpress multisites from an independent wordpress site which within a second level folder?
Briefly

Can I create a set of wordpress multisites from an independent wordpress site which within a second level folder?
"Hi guys! I have an independent wordpress site that within a second level foder, it looks like example.com/en. Now, I want to create a set of wordpress multisites under the independent wordpress site. However, as I tried to setup the wordpress multisite by adding codes into the wp-config.php as following: define( DB_COLLATE', ' ); define( WP_ALLOW_MULTISITE', true ); define( MULTISITE', true );"
"However, as I tried to setup the wordpress multisite by adding codes into the wp-config.php as following: define( DB_COLLATE', ' ); define( WP_ALLOW_MULTISITE', true ); define( MULTISITE', true ); define( SUBDOMAIN_INSTALL', false ); define( DOMAIN_CURRENT_SITE', example.com' ); define( PATH_CURRENT_SITE', /' ); define( SITE_ID_CURRENT_SITE', 1 ); define( BLOG_ID_CURRENT_SITE', 1 ); I got a error that said: ERR_TOO_MANY_REDIRECTS My question is how to create a set of wordpress multisites from an independent wordpress site which within a second level folder?"
A WordPress site is installed in a second-level folder at example.com/en. The attempt to enable Multisite involved adding constants to wp-config.php, but the provided defines contain syntax errors and likely incorrect PATH_CURRENT_SITE. The result is an ERR_TOO_MANY_REDIRECTS error caused by a redirect loop from misconfiguration. Resolve the issue by fixing PHP define syntax, setting DOMAIN_CURRENT_SITE to the domain and PATH_CURRENT_SITE to '/en/', applying the Network .htaccess rules, confirming siteurl/home options, and clearing cookies. Consider installing Multisite at the root or using domain mapping if necessary.
Read at www.sitepoint.com
Unable to calculate read time
[
|
]