#14100 closed defect (bug) (invalid)
WordPress address and Site address settings don't allow trailing slash
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Permalinks | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | mdhansen@… |
Description
Most WordPress blogs would be found at x.tld/blog/ or something similar. Why don't these fields allow trailing slashes? It's especially inconvenient because the header of most themes links to this URL, which means there's a client-side redirect every time it's clicked.
Change History (3)
- Component changed from General to Permalinks
- Keywords close reporter-feedback added; redirect, address, url, setting, slash removed
- Milestone changed from Awaiting Review to Future Release
comment:2
MikeHansenMe — 5 months ago
- Cc mdhansen@… added
- Resolution set to invalid
- Status changed from new to closed
comment:3
SergeyBiryukov — 5 months ago
- Keywords close reporter-feedback removed
- Milestone Future Release deleted
Note: See
TracTickets for help on using
tickets.

This is to avoid double-slash issues in permalinks. The theme needs to add a trailing slash to the site's front page, and the permalink structure should have a trailing slash at the end of it if you want other urls to enforce that preference.