Forums
(@ericschulze)
15 years, 2 months ago
Had the same problem … just fixed it by adding a trailing slash in the wp-config file to:
$base = ‘/‘; define( ‘DOMAIN_CURRENT_SITE’, ‘xxxxx.com’ ); define( ‘PATH_CURRENT_SITE’, ‘/‘ );
Hope that fix works for you.