Changeset 15949
- Timestamp:
- 10/24/2010 09:09:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r15618 r15949 431 431 </rule> 432 432 <rule name="WordPress Rule 5" stopProcessing="true"> 433 <match url="^ ([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)" ignoreCase="false" />433 <match url="^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*)" ignoreCase="false" /> 434 434 <action type="Rewrite" url="{R:2}" /> 435 435 </rule> … … 472 472 // @todo custom content dir. 473 473 if ( ! $subdomain_install ) 474 $htaccess_file .= "\nRewriteRule ^ ([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]\nRewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2[L]";474 $htaccess_file .= "\nRewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]\nRewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]"; 475 475 476 476 $htaccess_file .= "\nRewriteRule . index.php [L]";
Note: See TracChangeset
for help on using the changeset viewer.