markhoweiwen –
It looks like I’m a few months behind you. I too used the instructions in wpmudev and am running into the same problems with my second site. Following the steps you took to resolve your problems, I still end up with “Access forbidden…Error 403”. Would you be willing to help me figure this out for my local sites?
Thanks!
Hi Rider –
I’m actually doing this locally, so no actual URL, just localhost. Here’s a snipet from my config file, if that helps…
define(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’,true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘localhost’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);