Ticket #15083: 15083.diff
File 15083.diff, 613 bytes (added by , 15 years ago) |
---|
-
wp-admin/network.php
471 471 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]"; 477 477