#4632 closed Defect (fixed)
Add redirects for old /forum/topic urls
| Reported by: | ewinslow | Owned by: | ewinslow |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.7 |
| Component: | Core | Version: | 1.8.6 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
Right now we just get "page not found," which is painful when using Google to search for posts in the upgraded community site. It should forward from /forum/topic/... to /discussion/view/... with a 301 response.
Change History (4)
comment:1 Changed 11 months ago by ewinslow
comment:2 Changed 11 months ago by ewinslow
- Owner set to ewinslow
comment:3 Changed 11 months ago by cash
- Resolution set to fixed
- Status changed from new to closed
Fixes #4632: Adds 301 redirects for /forum/topic/... urls. - from Evan
Changeset: 91d3da6284490c32c595bb94f112fe30982bdb6c
comment:4 Changed 10 months ago by cash
Fixes #4632: Adds 301 redirects for /forum/topic/... urls. - from Evan
Changeset: 91d3da6284490c32c595bb94f112fe30982bdb6c
Note: See
TracTickets for help on using
tickets.

https://github.com/Elgg/Elgg/pull/282