Closed
Bug 608806
Opened 14 years ago
Closed 14 years ago
stage MDN ReWrite tweaks
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ozten, Assigned: oremj)
References
()
Details
1) Django Locale Redirect Issue
https://developer-stage9.mozilla.org/de/docs should display docs, but redirects to
https://developer-stage9.mozilla.org/en-US/de/docs
Apache is doing a 301
This issue is present for /de/addons, /de/mobile, and /de/web
Do work properly:
https://developer-stage9.mozilla.org/en-US/docs (django)
https://developer-stage9.mozilla.org/En/Javascript (deki)
https://developer-stage9.mozilla.org/De/Javascript (deki)
2) Root locales go to deki instead of Django
https://developer-stage9.mozilla.org/de
Shows deki content, instead of Django content like
http://mdn.staging.mozilla.com/de/
3) Django codebase doesn't seem to be the latest.
Compare http://mdn.staging.mozilla.com/en-US/
to https://developer-stage9.mozilla.org/en-US/
"Apps" is in the header and there are links to /apps. This is "Mozilla" on http://mdn.staging.mozilla.com/en-US/
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Reporter | ||
Comment 1•14 years ago
|
||
4) stage9 lacks a robots.txt
https://developer-stage9.mozilla.org/robots.txt is 404.
This should match
https://developer-stage.mozilla.org/robots.txt
Assignee | ||
Comment 2•14 years ago
|
||
#1 wfm
#2 I don't think you gave me a rewrite that dealt with root urls. What should be added?
#3 Auto-updates now.
#4 done.
Assigning to Austin for #2.
Assignee: jeremy.orem+bugs → ozten.bugs
OS: Other → All
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
Here is #2
RewriteRule ^/([a-z]{2}([_-][a-zA-Z][a-zA-Z])?/?)$ /mwsgi/$1 [PT,L]
Reporter | ||
Updated•14 years ago
|
Assignee: ozten.bugs → jeremy.orem+bugs
Assignee | ||
Comment 4•14 years ago
|
||
Added.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•