Remove "ms-files" rewriting
-
I want to test 3.5 on a small multisite, subfolder based, running on IIS7, PHP 5.4, fast-cgi and Wincache.
I have this XML element in my web.config:
<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 also have a ‘wp-content/blogs.dir’ with a few numbered subfolders.
When upgrading to WP 3.5 alpha soon, I understand that the “ms-files” rewriting stuff will be kept enabled. So how fo I do to disable it?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove "ms-files" rewriting’ is closed to new replies.