Network with subdirectories failed
-
Hello,
I reinstalled WP in order to create a network of sites. Step by step I followed the instructions:
– added in wp_config : define(‘WP_ALLOW_MULTISITE’, true);
– In the admin panel I chose for a network with subdirectories.
– added the code requested. Now I have the following :*/
$table_prefix = ‘wp_’;
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www2.bestsorting.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );as well as copy/paste of the unique authentification keys
/* That’s all, stop editing! Happy blogging. */
– Then when I create the web.config file with the requested code (copy/paste from the admin panel), I haven’t access to anything anymore. When I delete this file I have access to the super admin panel. Should I modify something in the code ?
– when I create a new site, I have no access nor to the site, nor to the dashboard
– on the root site, I only have access to the homepage. When I click further I have 404 error=> there should be an error in the rewrite rules
=> should I install WP in each subdirectories ?
=> the main site is not in a subdirectory. Is this correct?Could someone help me
The topic ‘Network with subdirectories failed’ is closed to new replies.