jmgeffroy
Member
Posted 1 year ago #
Hello,
I recently upgraded from WP 3.1 to 3.1.1. I've been using a multi-site install for a long time without any problem, but now the first site, with ID=1, is not reachable any more (you can "visit" it there :-().
I can reach all the other blogs on the same WP install (example: jmg.mantano.com).
I see nothing inside the log files, even with WP_DEBUG set to true. The DNS is correctly set, as well as the Apache VirtualHost (my config did not change for a while).
Thank you in advance for any clue :-)
Might wanna double check those www DNS records.
jmgeffroy
Member
Posted 1 year ago #
Thank you for your reply. No, my DNS records are OK: when I replace the DocumentRoot for this virtual host on my Apache, so that it points to a static website, it works.
I can access the admin ages for the other sites on the same server (example: http://jmg.mantano.com/wp-admin). I cannot access the admin page for this http://www.mantano.com site (http://www.mantano.com/wp-admin/). From the admin pages of another website such as jmg.mantano.com, I cannot access the Network Settings, because its URL is: http://www.mantano.com/wp-admin/network/.
When trying to access http://jmg.mantano.com/wp-admin/network/, I'm redirected to http://www.mantano.com/wp-admin/network/...
I don't know in which direction I should investigate...
Then go double check your htacess file, your wp-config file and the database.
jmgeffroy
Member
Posted 1 year ago #
Solved! I had to replace www.mantano.com by mantano.com in the wp_site database table. In my wp-config I have define( 'DOMAIN_CURRENT_SITE', 'mantano.com' );
Thanks for your help. Marking as "resolved".