Hi we are using wordpress 3.1 with multisites, everything works correctly except some urls: for example
1. when you try to logout it redirects to :http//blog.com/...
NOT in http://blog.com/(the :)
2. When we wanted to update multi sites also the same url is :
<a href="http://http://www.blog.com/wp-admin/network/upgrade.php">Update networks</a>
not <a href="http://www.blog.com/wp-admin/network/upgrade.php">Update networks</a>
and when I try to go directly to http://www.blog.com/wp-admin/network/upgrade.php ir redirects to http//www.blog.com/wp-admin/network/upgrade.php...
Have looked at at all options in database all url of site are correct, searched over sql file and all websites files there is no declaration of http// or http://http//
Maybe some could try to help, by telling where the problem might be .. because already trying to fix it for a long time and could not found a solution