OK, in my particular case I have discovered that multi-site was causing this. I set the following to FALSE in wp-config:
define(‘MULTISITE’, false);
define(‘SUBDOMAIN_INSTALL’, false);
… and that has gotten everything back up and running.
Now I just need to figure out how to get multi-site working in the future… I think I have some subdomain redirect problem.
-James