Rewrite Rules: Allow rewrite rules to work in nested WordPress installations on IIS.
Props WiZZarD_ Fixes #35558 Built from https://develop.svn.wordpress.org/trunk@36953 git-svn-id: http://core.svn.wordpress.org/trunk@36921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
adfc09f1b5
commit
53851c612c
|
@ -1594,7 +1594,7 @@ class WP_Rewrite {
|
||||||
}
|
}
|
||||||
|
|
||||||
$rules .= '
|
$rules .= '
|
||||||
<rule name="wordpress" patternSyntax="Wildcard">
|
<rule name="WordPress: ' . esc_attr( home_url() ) . '" patternSyntax="Wildcard">
|
||||||
<match url="*" />
|
<match url="*" />
|
||||||
<conditions>
|
<conditions>
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta3-36952';
|
$wp_version = '4.5-beta3-36953';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue