﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23221,Multisite in subdirectory with root site address,grapplerulrich,,"I have seem to have found a url bug in the multisite.

= How to replicate =

1. Install WordPress in a subdirectory
2. Change the the url from the subdirectory to the root by adding index.php to the the root and changing the following code.
{{{
/** Loads the WordPress Environment and Template */
require('./subdirectory/wp-blog-header.php');
}}}
3. Change the site url in the settings to the root.
4. Start the process to convert the site to a multisite.

= Affect =

Then it should cause the network dashboard url to be incorrect. You will get http://example.com/wp-admin/network/ instead of 
http://example.com/subdirectory/wp-admin/network/.
",defect (bug),reopened,normal,Awaiting Review,Multisite,3.5,normal,,,alexvornoffice@…
