i upgraded from 1.x (?) to 2.0-rc5, and redirections exploded in a most despicable way, the vhost redirection was turned into:
RewriteCond %{HTTP_HOST} !^1$ [NC]
RewriteRule ^/*(.*)$ http://1/$1 [NE,L,R=301]now - wtf is that 1 doing there? for those curious, this redirects you to http://0.0.0.1/ in your browser. Weird.
drush @hostmaster hosting-task @hostmaster verify fixes the problem.
Comments
Comment #1
ergonlogic#2102455: Frontend missing after upgrade mentions similar symptoms.
Comment #2
helmo commentedSounds like an issue with hosting_alias_update_6204() Can you check the logs to see if the database updates were done at that time?
Comment #3
anarcat commentedthat hook_update is related with #2010064: Extra update hook to fix hosting_site_alias table content for the record.
Comment #4
anarcat commentedi *think* this is fixed. turns out the fix for #2119111: upgrade verifies all sites including deleted sites totally broke the query, and no site was updated at all... :/
Comment #5
anarcat commentedthe patch is in 65e9f56.