Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#12884 closed defect (bug) (fixed)

Taxonomy Pages aren't properly redirected on main site when using Multi Site Subdirectories

Reported by: jorbin Owned by:
Priority: normal Milestone: 3.0
Component: Multisite Version: 3.0
Severity: normal Keywords: needs-codex
Cc: Focuses:

Description

When switching to multi-site and using subdirectories, blog/ is prepended to the permalinks. This breaks links to mysite.com/category/*anything* and mysite.com/tag/*anything* (and I'm also assuming custom taxonomies, but I haven't checked that.

This is related to [12002] and could be fixed by fixing that, but some solution should be made for 3.0, even if that solution is better documentation on the network.php screen so users aren't surprised

Change History (3)

#1 @wpmuguru
16 years ago

  • Summary Taxonomy Pages aren't properly redirected when using Multi Site SubdirectoriesTaxonomy Pages aren't properly redirected on main site when using Multi Site Subdirectories

#2 @wpmuguru
16 years ago

  • Keywords needs-codex added

A page for this should be added to the codex including info on the allow_folder_install filter added in [14516].

#3 @nacin
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [14884]) Improved mayday calls in network.php when a subdirectory install isn't allowed. Also, /allow_folder_install/allow_subdirectory_install/g. fixes #12884, fixes #12931.

Note: See TracTickets for help on using tickets.