I' m trying to upload some pdf files to my Multisite. But what I intend to do is having a "global" url style for accessing those files from both my "sub" sites.
I give an example:
Supposing I host my site at domain.com I would like to access those files through http://www.domain.com/files/file1.pdf and not like this http://www.domain.com/wp-content/uploads/files/file1.pdf or even worse like this http://www.domain.com/wp-content/blogs.dir/2/files/file1.pdf.
I tried creating the "files" folder on the root folder of my wordpress installation but a 404 error returns and the files are inaccessible.
Any idea?