I have installed WordPress 3.4 in multisite mode. There is the main site (http://www.i7way.com/) and one sub site (http://www.i7way.com/de/). When I upload pictures to the main site, I see in the FTP client that they are stored in “/wp-content/uploads/Bilder EN/Screenshots” and everything’s fine (I can post them and so on). Clicking on such a picture in “Media->Library”, I see that the file URL is:
http://www.i7way.com/wp-content/uploads/Bilder EN/Screenshots/device-2012-01-10-100826.png.
When I upload pictures to the sub directory, they are stored in “/wp-content/blogs.dir/2/files/2012/09”, which I think is how it should be in multisite mode (even though I don’t understand the logic behind that). But then it starts going wrong: when I go to “Media->Library” I can see the names of the pictures, but the thumbnails are broken. Also, I can’t post the pictures. When I click on such a picture to get the information about it, the file URL is:
http://www.i7way.com/de/files/2012/09/device-2011-12-23-203635.png.
I guess, instead it should be:
http://www.i7way.com/wp-content/blogs.dir/2/files/2012/09.
But I have no idea how to change that. I already went to “My Sites->Network Admin->Sites”, and then chose “edit->Settings” for the sub site. But everything seems to be fine there. Fileupload URL is set to:
http://www.i7way.com/wp-content/blogs.dir/2/files.
Upload Path is set to:
/wp-content/blogs.dir/2/files.
I just don’t know what to do anymore. I went through many threads without success. Does anyone know, if my assumption about the file URL is right and if yes, how I can change that?