I have a site that is setup for WordPress multisite. The main site works, but the subdomains are not functioning as I would like them to.
Here are the settings for the main site:
Upload Path: media/images/national Upload URL Path: http:// images.mydomain.com/national Fileupload Url: http:// www.mydomain.com/media/images/national
These settings work, and I am able to upload images to the specified folder. However, when I try to use similar settings for any of the subdomains, WordPress ignores my settings and use its default settings, which are:
Upload Path: wp-content/blogs.dir/4/files Upload URL Path: (blank) Fileupload URL: http:// cityname.mydomain.com/files
I want all of my media files to go to my media folder and not the wp-content/blogs.dir folder. How can I get WordPress to use the settings I place in Upload Path, Upload Url Path and Fileupload Url instead of it defaulting to it's own settings?
Final note: this also happens on a fresh install.