Multisite Media library not using /files/ URL, but full URL
-
When I upload something into my Media Library on one of my sub sites, the URL appears as:
https://mysite.com/wp-content/uploads/sites/2/2015/10/file.pdf
rather than:
https://mysite.com/files/2015/10/file.pdfI’ve read a ton of threads on similar issues and added this to my web.config (I’m using IIS 8.5):
<rule name="WordPress Rule 2" stopProcessing="true"> <match url="^([_0-9a-zA-Z-]+/)?files/(.+)" ignoreCase="false" /> <action type="Rewrite" url="wp-includes/ms-files.php?file={R:2}" appendQueryString="false" /> </rule>
I’ve even gone as far as done a completely fresh install and still have the same issue.
The fact that the above web.config, “WordPress Rule 2” doesn’t appear in my Network Setup page leads me to believe that I’m missing a step in the Multisite setup process.
Has anyone else run into this?
Ipstenu, I need you ??
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Multisite Media library not using /files/ URL, but full URL’ is closed to new replies.