Ticket #24963: 24963.diff
File 24963.diff, 2.4 KB (added by , 10 years ago) |
---|
-
src/wp-admin/network.php
67 67 global $wpdb; 68 68 /** 69 69 * Filter whether to enable the subdirectory install feature in Multisite. 70 * 70 * 71 71 * @since 3.0.0 72 * 72 * 73 73 * @param bool true Whether to enable the subdirectory install feature in Multisite. Default is false. 74 74 */ 75 75 if ( apply_filters( 'allow_subdirectory_install', false ) ) … … 449 449 </rule> 450 450 <rule name="WordPress Rule 4" stopProcessing="true"> 451 451 <match url="^' . $iis_subdir_match . '(wp-(content|admin|includes).*)" ignoreCase="false" /> 452 <action type="Rewrite" url="' . $iis_rewrite_base . '{R: 1}" />452 <action type="Rewrite" url="' . $iis_rewrite_base . '{R:2}" /> 453 453 </rule> 454 454 <rule name="WordPress Rule 5" stopProcessing="true"> 455 455 <match url="^' . $iis_subdir_match . '([_0-9a-zA-Z-]+/)?(.*\.php)$" ignoreCase="false" />