After upgrading from 3.2.1 to 3.3 my uploaded files go to /files/date/.... They should go to wp-content/blogs.dir/x since I was already using a network (multisite). How can I fix this? What went wrong?
Appreciate your help. Kind regards from Belgium
/files/ is shortcut notation to wp-content/blogs.dir/x
To check or change your upload path, go to the Network Admin menu
Click "All Sites" - click Edit on the site you want to check or change
Click the Settings tab
Scroll to Upload Path and change the setting as you need to.
Click Save Changes
They've always done this in multisite. They physically live at wp-content/blogs.dir/x but there is a rewrite rule to make it appear as though they live at /files/date/
Upgrading should not have changed the rewrite rules though. You may need to go back to the Network setup page and grab a fresh copy.