[wp-trac] [WordPress Trac] #23221: Multisite in subdirectory with root site address

WordPress Trac noreply at wordpress.org
Wed Jan 16 22:48:52 UTC 2013


#23221: Multisite in subdirectory with root site address
-----------------------------+--------------------------
 Reporter:  grapplerulrich   |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Multisite
  Version:  3.5              |   Severity:  normal
 Keywords:  needs-patch      |
-----------------------------+--------------------------
 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/.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23221>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list