Closed
Bug 565474
Opened 15 years ago
Closed 15 years ago
Rewrite for Kitsune questions app
Categories
(support.mozilla.org :: Knowledge Base Software, task, P1)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
1.5.6
People
(Reporter: jsocol, Assigned: jsocol)
Details
Attachments
(1 file)
|
612 bytes,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
This should do it:
# Rewrite question URLs to Kitsune
RewriteRule ^questions(.*) /k/questions$1 [L,QSA]
RewriteRule ^([\-a-zA-Z]+)/questions(.*) /k/$1/questions$2 [L,QSA]
The URL "questions" felt a little more clear and a little less redundant than "support".
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → james
| Assignee | ||
Comment 1•15 years ago
|
||
Simple .htaccess change to flip on the questions app rewrites.
Attachment #453790 -
Flags: review?(rrosario)
Comment 2•15 years ago
|
||
Comment on attachment 453790 [details] [diff] [review]
adds rewrites for questions to /k
Looks good, r+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Attachment #453790 -
Flags: review?(rrosario) → review+
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•