Closed
Bug 643620
Opened 15 years ago
Closed 15 years ago
Redirect SuMoMo tiki wiki Style Slugs to Kitsune style slugs
Categories
(support.mozillamessaging.com Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rolandtanglao, Assigned: sancus)
References
Details
After we go live with SuMoMo Kitsune, please redirect all URLS that have slugs with "+" in the old SuMoMo tiki system to URLs that have slugs with "-"
e.g.
https://support.mozillamessaging.com/en-US/kb/ISP+Database
needs to re-directed to:
http://stage-kitsune.mozillamessaging.com/en-US/kb/isp-database
| Reporter | ||
Updated•15 years ago
|
Comment 1•15 years ago
|
||
Technically, you just have to replace "+" with " ". Kitsune slugs allow any character besides "/", so if you just use the same slugs with the "+"/" " change, your URLs don't actually need to change. (We also include middleware that will redirect requests with "+" to the same thing with " ".)
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•