#23104 closed defect (bug) (fixed)
symlinks in DOCUMENT_ROOT result in bad output for mutltisite htaccess generation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5.1 |
| Component: | Multisite | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
If there is a symlink somewhere in DOCUMENT_ROOT, it will differ from ABSPATH, causing the preg_replace prefix removal to fail, making the relative path calculation fail, resulting in a path from the filesystem root, except with the leading / missing
Attachments (1)
Change History (7)
comment:1
SergeyBiryukov — 5 months ago
- Component changed from Network Admin to Multisite
comment:2
SergeyBiryukov — 5 months ago
comment:3
evansolomon — 5 months ago
Looks reasonable to me.
comment:4
markjaquith — 4 months ago
- Milestone changed from Awaiting Review to 3.5.1
This is going into 3.5.1 along with #23073
comment:5
markjaquith — 4 months ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
In 23295:
comment:6
markjaquith — 4 months ago
In 23296:
Note: See
TracTickets for help on using
tickets.

Related: #23073