How to replace “wp-content/blogs.dir” with “media” for attachment permalinks?
Actually … the blogs.dir part isn’t used except for internally. Let’s say you have a network with two sites – http://url.com and http://sub.url.com. The files will be located in (respectively): http://url.com/files/2011/06/… http://sub.url.com/files/2011/06/… The blogs.dir directory is where the images exist physically, yes, but your .htaccess file is routing the virtual directories I just listed above … Read more