Hello everyone!
I have the following issue.
When I create a new blog let's set it gets and ID of 10 it automatically gets a directory for its files in:
/wp-content/blogs.dir/10/
The files I upload via Media go into:
/wp-content/blogs.dir/10/files/
And they are visible via http://blogsubdomain/files/filename
I would like to be able to upload files (by FTP only) into:
/wp-content/blogs.dir/10/
And have them be visible under:
http;//blogssubdomain/
(without the /files).
The only issue is that when I upload them there they are not visible :(
What can I do to be able to upload files into the main blog directory and have them visible by the direct subdomain.
Please help