Opened 3 years ago
Closed 3 years ago
#16 closed defect (fixed)
URL non wordpress.com blogs require / at the end
| Reported by: | petertennekes | Owned by: | jokalli2 |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8 |
| Component: | All platforms | Version: | .5 |
| Keywords: | Cc: |
Description
Preconditions: Details of a non wordpress.com blog installed in a subdir of the primary domain e.g. domain.com/blog
Steps:Add the bog with url without /
Expected result: Blog is opened
Actual result: An internal error occurs (the wp installation sends a redirect)
Change History (2)
comment:1 Changed 3 years ago by petertennekes
- Owner set to jokalli2
- Status changed from new to assigned
comment:2 Changed 3 years ago by jokalli2
- Resolution set to fixed
- Status changed from assigned to closed
This is now fixed in SVN commit 17 (trunk) and 18 (0.5 branch). This should fix lots of problems that people are seeing with custom blogs.
Note: See
TracTickets for help on using
tickets.

Seems that the default network handler setting does not support redirects. Need to do this at app level.