Opened 6 months ago
Closed 6 months ago
#22787 closed defect (bug) (fixed)
New (3.5) subdirectory multisite installs create 'path' without the required leading slash
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | highest omg bbq | Milestone: | 3.5 |
| Component: | Multisite | Version: | 3.5 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
New (that is, not converted to multisite in 3.4.x or earlier) multisite installs in subdirectory mode will create new signups and blogs with a path that looks like this: "sitename/" instead of "/sitename/", and thus they don't work.
Issue has to do with the dropping of $base from wp-config.php, but it still being used in one location.
See #19796 for the work that dropped $base.
Attachments (2)
Change History (5)
comment:2
markjaquith — 6 months ago
I tried my patch, and then a compat $base fix (by itself, in a similar location). Both fixed the issue.
Note: See
TracTickets for help on using
tickets.

I am also debating 22787.diff, for plugins. But no one has complained, so inclined to ignore it.