Trying to access second site dashboard on a multisite configuration proceeds to an error

Your .htaccess and wp-config.php match mine pretty closely.

It sounds like you want to check the new site’s definition, to ensure it isn’t creating a circular reference. To get there use http://{your-server.com}/wp-admin/network/sites.php.

  • Locate the site, mouse-over its title, and click the [ Edit ] link.
  • Ensure the proper site url is entered on the first tab, in the Site Address (URL) field. This frequently gets truncated, or otherwise fouled up.
  • Then, check the “Settings” tab. Make sure the site address is correct in the following (SiteURL, Home, Ossdl Off Include Dirs).

If that doesn’t do it, you’ll need to start checking your theme and plugins. If it comes to that, Bitnami has a pretty good troubleshooting checklist. It is written primarily as if you were a Bitnami client. However, a clever person will overlook their proprietary info and use their checklist as a basis for thorough troubleshooting.

Good luck!

Leave a Comment