Closed
Bug 488327
Opened 16 years ago
Closed 15 years ago
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lmesa, Assigned: abuchanan)
References
()
Details
Attachments
(1 file)
587 bytes,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
Please redirect https://www.mozilla.com/en-US/firefox/mobile/ to https://www.mozilla.com/en-US/mobile/
so that all of our mobile sites go to the same place.
Assignee | ||
Comment 1•15 years ago
|
||
Oremj or Reed, could you help here please?
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 2•15 years ago
|
||
Clouseroo, would you mind checking over my regex hackery please?
Assignee: nobody → buchanae
Attachment #416591 -
Flags: review?(clouserw)
Comment 3•15 years ago
|
||
Comment on attachment 416591 [details] [diff] [review]
.htaccess patch v1
I think that looks fine
Attachment #416591 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 4•15 years ago
|
||
r57530 on trunk
QA, here's what I checked,
/firefox/mobile -> {lang}/mobile
/firefox/mobile/getinvolved -> {lang}/mobile/getinvolved
/firefox/mobile/test -> {lang}/mobile/test (404)
^ those, with trailing slashes.
Thanks
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
Works:
[1] http://www-trunk.stage.mozilla.com/de/firefox/mobile -> http://www-trunk.stage.mozilla.com/de/mobile/
[2] http://www-trunk.stage.mozilla.com/en-US/firefox/mobile/getinvolved/ -> http://www-trunk.stage.mozilla.com/en-US/mobile/getinvolved/
[3] http://www-trunk.stage.mozilla.com/mobile/getinvolved -> http://www-trunk.stage.mozilla.com/en-US/mobile/getinvolved/
Verified FIXED -- tested HTTPS as well.
Raymond, please update your Mozilla.com testscript to include these; thanks!
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Flags: in-testsuite?
Comment 6•15 years ago
|
||
reopening, this change to htaccess was never pushed live, it is still on Stage.
Should it be pushed?
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 7•15 years ago
|
||
(In reply to comment #6)
> reopening, this change to htaccess was never pushed live, it is still on Stage.
>
> Should it be pushed?
Isn't that an IT thing? If so, shouldn't that be in a separate bug?
Comment 8•15 years ago
|
||
not IT since its in the htaccess file, not in the apache configuration file, it's just that this file is the only difference between stage and production for for the past releases (3.0.16/3.5.6) as well as today's release for 3.6beta5 we were wondering what to do with it since we also have our updates to this file.
Assignee | ||
Comment 9•15 years ago
|
||
It can be pushed with other updates, or now if you want to.
Comment 10•15 years ago
|
||
ok cool, I will push it after beta5 is released then, thanks
Comment 11•15 years ago
|
||
.htaccess pushed to production in r58165
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Verified FIXED:
https://www.mozilla.com/en-US/firefox/mobile
GET /en-US/firefox/mobile HTTP/1.1
Host: www.mozilla.com
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: __utma=183859642.1550970396.1261263982.1261361491.1261365124.7; __utmz=183859642.1261263982.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); s_vi=[CS]v1|2596AE370514B02A-4000016E8000E303[CE]; s_vsn_mozillacom_1=3173449025645; SSID=ibLjrA0ux8eD0uG8i50b; __utmb=183859642; __utmc=183859642; s_cc=true; s_sq=%5B%5BB%5D%5D
HTTP/1.x 301 Moved Permanently
Date: Mon, 21 Dec 2009 03:12:22 GMT
Expires: Mon, 21 Dec 2009 03:27:22 GMT
Cache-Control: max-age=900
Connection: Keep-Alive
Via: NS-CACHE-6.0: 4
Server: Apache
Location: https://www.mozilla.com/en-US/mobile
Content-Length: 243
Keep-Alive: timeout=20, max=973
Content-Type: text/html; charset=iso-8859-1
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Flags: in-testsuite? → in-testsuite+
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•