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

ergonlogic’s picture

#2102455: Frontend missing after upgrade mentions similar symptoms.

helmo’s picture

Sounds like an issue with hosting_alias_update_6204() Can you check the logs to see if the database updates were done at that time?

anarcat’s picture

that hook_update is related with #2010064: Extra update hook to fix hosting_site_alias table content for the record.

anarcat’s picture

Issue summary: View changes
Status: Active » Fixed

i *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... :/

anarcat’s picture

the patch is in 65e9f56.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.